blob: 7247d2d63e17b74ff6541367c2cd0ddbfe908c98 [file] [log] [blame]
#include <stdint.h>
typedef
struct {
int32_t tms_utime;
int32_t tms_stime;
int32_t tms_cutime;
int32_t tms_cstime;
} ATTRIBUTE_PACKED m32_tms_t;
#define MPERS_m32_tms_t m32_tms_t