8 lines
181 B
C
8 lines
181 B
C
#include <inttypes.h>
|
|
typedef uint32_t mpers_ptr_t;
|
|
typedef
|
|
struct {
|
|
int32_t tv_sec;
|
|
int32_t tv_nsec;
|
|
} ATTRIBUTE_PACKED m32_timespec_t;
|
|
#define MPERS_m32_timespec_t m32_timespec_t
|