CheckFuncs_stub.c.in 209 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 ${CHECK_STUB_FUNC_1} || defined ${CHECK_STUB_FUNC_2}
  10. return 0;
  11. #else
  12. this system have stub
  13. return 0;
  14. #endif
  15. }