10 lines
180 B
C
10 lines
180 B
C
#pragma once
|
|
#include "../../foundation/types.h"
|
|
#include "../../nx/nxapi.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
typedef uint64_t nx_time_unix_64_t;
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |