mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 19:58:30 +00:00
Add script.com and whois.com courtesy of FreeBSD
This commit is contained in:
parent
654ceaba7d
commit
1ad2f530f9
33 changed files with 1735 additions and 265 deletions
|
@ -2,6 +2,7 @@
|
|||
#define LIBC_ISYSTEM_STDIO_H_
|
||||
#include "libc/calls/calls.h"
|
||||
#include "libc/fmt/fmt.h"
|
||||
#include "libc/mem/fmt.h"
|
||||
#include "libc/stdio/lock.internal.h"
|
||||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/stdio/temp.h"
|
||||
|
|
4
libc/isystem/sysexits.h
Normal file
4
libc/isystem/sysexits.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYSEXITS_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_SYSEXITS_H_
|
||||
#include "libc/sysv/consts/ex.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYSEXITS_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue