/src/wrappers/common/library/externals/plugin/c/standard-c-lib.h
http://github.com/tybor/Liberty · C Header · 13 lines · 9 code · 1 blank · 3 comment · 0 complexity · dfd1add29128b02d35c437e7955d2e15 MD5 · raw file
- /*
- * C include file to generate Liberty wrappers for C standard library
- */
- #include <assert.h>
- #include <ctype.h>
- #include <errno.h>
- #include <float.h>
- #include <math.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>