/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

  1. /*
  2. * C include file to generate Liberty wrappers for C standard library
  3. */
  4. #include <assert.h>
  5. #include <ctype.h>
  6. #include <errno.h>
  7. #include <float.h>
  8. #include <math.h>
  9. #include <stdio.h>
  10. #include <stdlib.h>
  11. #include <string.h>
  12. #include <time.h>