|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
#include <stddef.h>#include <stdint.h>#include <sys/time.h>Go to the source code of this file.
Functions | |
| uint64_t | get_filetime_uint64 () |
| Gets the current time as a 64-bit FILETIME value. | |
| uint64_t get_filetime_uint64 | ( | ) |
Gets the current time as a 64-bit FILETIME value.
Returns the current system time as a 64-bit value compatible with Windows FILETIME (number of 100-nanosecond intervals since January 1, 1601 UTC).
Definition at line 45 of file time.c.
Referenced by aaruf_create().