mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Add features needed by Janet language
See #97
See f838e36 (compiling-janet-on-cosmopolitan)
This commit is contained in:
parent
e3ee3c78e9
commit
2134ffe005
3 changed files with 30 additions and 0 deletions
|
@ -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_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue