mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
8bdaddd81d
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.
4 lines
89 B
C
4 lines
89 B
C
#ifndef _STDARG_H
|
|
#define _STDARG_H
|
|
#include "libc/stdio/stdio.h"
|
|
#endif /* _STDARG_H */
|