CheckFuncs_stub.c 207 B

12345678910111213141516
  1. #ifdef __STDC__
  2. #include <limits.h>
  3. #else
  4. #include <assert.h>
  5. #endif
  6. int
  7. main()
  8. {
  9. #if defined __stub__mkgmtime64 || defined __stub____mkgmtime64
  10. return 0;
  11. #else
  12. this system have stub
  13. return 0;
  14. #endif
  15. }