cosmopolitan/libc/isystem/stdarg.h
Justine Tunney 8bdaddd81d
Make the Windows Console work better
The stdio reader thread now appears to be working recursively along
cosmopolitan subprocesses. For example, it's now possible to launch
vim.com from the unbourne.com bestline repl, thanks to hacks plus a
bug fix to select() timeouts.
2023-09-07 18:27:22 -07:00

4 lines
89 B
C

#ifndef _STDARG_H
#define _STDARG_H
#include "libc/stdio/stdio.h"
#endif /* _STDARG_H */