#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

#strings:
strchr		ok
strrchr		ok

strcmp		ok
strncmp		ok

strspn		ok
strcspn		ok

#math:
powf		ok
powl		ok
sqrtf		ok
sqrtl		ok

expf		ok
expl		ok
log10f		ok
log10l		ok

sinf		ok
sinl		ok
cosf		ok
cosl		ok

#ll
