#include "int_sizes.h"
#include <time.h>
Go to the source code of this file.
Typedefs | |
typedef UINT64_T | timestamp_t |
A type to hold the current time, in microseconds since January 1st, 1970. | |
Functions | |
timestamp_t | timestamp_get () |
Get the current time. | |
void | timestamp_sleep (timestamp_t interval) |
Sleep for a specified time. | |
time_t | timestamp_file (const char *file) |
Get the last modified time of a file. |
|
A type to hold the current time, in microseconds since January 1st, 1970.
|
|
Get the current time.
|
|
Sleep for a specified time.
|
|
Get the last modified time of a file.
|