1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5uint64_t st_dev;
6unsigned char __pad0[4];
7uint32_t __st_ino;
8uint32_t st_mode;
9uint32_t st_nlink;
10uint32_t st_uid;
11uint32_t st_gid;
12uint64_t st_rdev;
13unsigned char __pad3[4];
14int64_t st_size;
15uint32_t st_blksize;
16uint64_t st_blocks;
17uint32_t st_atime;
18uint32_t st_atime_nsec;
19uint32_t st_mtime;
20uint32_t st_mtime_nsec;
21uint32_t st_ctime;
22uint32_t st_ctime_nsec;
23uint64_t st_ino;
24} ATTRIBUTE_PACKED m32_struct_stat64;
25#define MPERS_m32_struct_stat64 m32_struct_stat64
26