blob: fa9989c7575497fb7d969e1c7cea0bfc359f4d2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include <stddef.h> // IWYU pragma: keep
#include <stdint.h>
#include <time.h> // IWYU pragma: keep
typedef uint64_t Timestamp;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"
#endif
|