#ifndef TEST_H #define TEST_H #include typedef int32_t thyme_t; thyme_t thyme(thyme_t *); int f(int); #endif /* TEST_H */