#include #include int main() { struct timeval tv; gettimeofday(&tv, NULL); printf("%ld: %ld\n", tv.tv_sec, tv.tv_usec); }