#include time_t time(time_t* t) { if(t) *t = -1; return -1; } #ifdef TEST #include <_PDCLIB_test.h> int main( void ) { return TEST_RESULTS; } #endif