]> pd.if.org Git - pdclib/blob - opt/notime/timespec_get.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / notime / timespec_get.c
1 #include <time.h>\r
2 #ifndef REGTEST\r
3 \r
4 int timespec_get( struct timespec *ts, int base )\r
5 {\r
6     return 0;\r
7 }\r
8 #endif\r
9 \r
10 #ifdef TEST\r
11 #include "_PDCLIB_test.h"\r
12 \r
13 int main( void )\r
14 {\r
15     return TEST_RESULTS;\r
16 }\r
17 \r
18 #endif\r