Initial commit
This commit is contained in:
commit
56f7cd1875
105 changed files with 22109 additions and 0 deletions
11
tests/clap/timestamp.h
Normal file
11
tests/clap/timestamp.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "private/std.h"
|
||||
#include "private/macros.h"
|
||||
|
||||
// This type defines a timestamp: the number of seconds since UNIX EPOCH.
|
||||
// See C's time_t time(time_t *).
|
||||
typedef uint64_t clap_timestamp;
|
||||
|
||||
// Value for unknown timestamp.
|
||||
static const CLAP_CONSTEXPR clap_timestamp CLAP_TIMESTAMP_UNKNOWN = 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue