plan9fox/sys/include/ape
mischief 034d0b08e9 ape: improve assert macro
in a statement such as:

if(expr)
	assert(a);
else
	assert(b);

the previous definition of assert would fail to compile, as the else
would be dangling.  with a ternary expression, this construct works
fine.
2018-04-02 21:44:21 -07:00
..
arpa
netinet
sys
ar.h
assert.h ape: improve assert macro 2018-04-02 21:44:21 -07:00
auth.h libauth: add auth_respondAI() function to get AuthInfo for mschap/mschapv2 2018-01-21 22:37:45 +01:00
bio.h
bsd.h
bzlib.h
ctype.h
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: remove asn1toDSApriv() 2018-01-06 08:34:25 +01:00
libv.h
limits.h
locale.h
lock.h
mouse.h
mp.h mptod/dtomp: add to mp.h 2018-03-09 21:30:06 +00:00
netdb.h
Plan9libnet.h
pwd.h
qlock.h libc: improve alignment of QLp structure on amd64, cosmetics 2017-10-28 18:53:27 +02:00
select.h
setjmp.h
signal.h
stddef.h
stdint.h
stdio.h
stdlib.h
string.h ape: move strdup() from libbsd to libap (from sources) 2013-12-28 05:14:10 +01:00
termios.h
time.h
u.h ape: add libauth, libbio, libmp and libsec as replacements for openssl 2016-04-11 20:23:34 +02:00
unistd.h
utf.h
utime.h
zlib.h