What is the list of C standard libraries include C99 and C11

1 Answer

0 votes
<assert.h>
<complex.h>
<ctype.h>
<errno.h>
<fenv.h>
<float.h>
<inttypes.h>
<iso646.h>
<limits.h>
<locale.h>
<math.h>
<setjmp.h>
<signal.h>
<stdalign.h>
<stdarg.h>
<stdatomic.h>
<stdbool.h>
<stddef.h>
<stdint.h>
<stdio.h>
<stdlib.h>
<stdnoreturn.h>
<string.h>
<tgmath.h>
<threads.h>
<time.h>
<uchar.h>
<wchar.h>
<wctype.h>


answered May 23, 2015 by avibootz

Related questions

2 answers 225 views
1 answer 140 views
1 answer 123 views
1 answer 145 views
2 answers 643 views
1 answer 124 views
2 answers 141 views
...