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 216 views
1 answer 125 views
1 answer 107 views
1 answer 138 views
2 answers 638 views
1 answer 107 views
2 answers 138 views
...