mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
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 */
|