1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5int16_t l_type;
6int16_t l_whence;
7int32_t l_start;
8int32_t l_len;
9int32_t l_pid;
10} ATTRIBUTE_PACKED m32_struct_flock;
11#define MPERS_m32_struct_flock m32_struct_flock
12