#ckport(1) database for C99 standard
!NAME: C99
!TARGET: c99
!TYPE: func

#memory:
calloc		ok
malloc		ok
free		ok
realloc		ok

#stdio:
fputc		ok
fputs		ok
putc		ok
putchar		ok
puts		ok

#printf family:
fprintf		ok
printf		ok
sprintf		ok
vprintf		ok
vfprintf	ok
vsprintf	ok

#wctype(.h):
iswprint	ok

#ll
