#include #include int _ftime(struct timeb *tp) { errno = ENOSYS; return -1; }