plan9fox/sys/include/ape
Ori Bernstein 5749900573 bring stdint.h closer to spec
C99 requires that if intXX_t types are defined, int_fastxx_t and
int_leastxx_t types are defined as well. We define all three to
be identical (intXX_t == int_fastXX_t == int_leastXX_t).
2020-05-06 15:39:12 -07:00
..
arpa
netinet
sys ape: an implemenation of getitimer setitimer 2018-07-01 18:48:12 -04:00
ar.h
assert.h
auth.h
bio.h
bsd.h ape: declare gethostname 2018-12-02 03:30:22 -08:00
bzlib.h
ctype.h Add toascii() to ape 2019-09-09 16:00:06 +01:00
cursor.h
dirent.h
draw.h
errno.h
error.h
event.h
fcntl.h
fmt.h
grp.h
inttypes.h
keyboard.h
lib9.h
libl.h
libnet.h
libsec.h libsec: move AES XTS function prototypes to AES definition section in the header file 2020-03-01 16:02:56 +01:00
libv.h
limits.h Include integer limits from generic stdint.h in system-specific stdint.h 2019-09-06 18:01:52 -07:00
locale.h
lock.h
mouse.h
mp.h
netdb.h
Plan9libnet.h
pwd.h
qlock.h
select.h
setjmp.h
signal.h ape: an implemenation of getitimer setitimer 2018-07-01 18:48:12 -04:00
stddef.h turn ptrdiff_t into a 64 bit type 2020-03-24 14:45:15 -07:00
stdint.h bring stdint.h closer to spec 2020-05-06 15:39:12 -07:00
stdio.h remove C99_SPRINTF_EXTENSION define. 2020-02-10 19:26:39 -08:00
stdlib.h Add mkstemp to stdlib.h 2019-09-09 15:58:39 +01:00
string.h ape: add strnlen 2018-06-21 11:56:37 -04:00
termios.h
time.h
u.h
unistd.h use #error when missing define 2020-05-01 13:29:08 -07:00
utf.h
utime.h
zlib.h