Add features needed by Janet language

See #97
See f838e36 (compiling-janet-on-cosmopolitan)
This commit is contained in:
Justine Tunney 2021-03-03 13:23:51 -08:00
parent e3ee3c78e9
commit 2134ffe005
3 changed files with 30 additions and 0 deletions

View file

@ -2,6 +2,9 @@
#define COSMOPOLITAN_LIBC_STDIO_STDIO_H_
#include "libc/fmt/pflink.h"
#include "libc/runtime/symbolic.h"
#define FILENAME_MAX PATH_MAX
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_