#ifndef TEST_H #define TEST_H #include typedef int64_t thyme_t; #ifndef LIBTEST_SOURCE int64_t thyme(int64_t *); #endif long f(long); int g(int); #define HAVE_G #endif /* TEST_H */