mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-17 16:10:29 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
9
libc/sysv/consts/fileno.h
Normal file
9
libc/sysv/consts/fileno.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_FILENO_H_
|
||||
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_FILENO_H_
|
||||
#include "libc/runtime/symbolic.h"
|
||||
|
||||
#define STDIN_FILENO LITERALLY(0)
|
||||
#define STDOUT_FILENO LITERALLY(1)
|
||||
#define STDERR_FILENO LITERALLY(2)
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_FILENO_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue