1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int32_t f_tfree; 6 uint32_t f_tinode; 7 char f_fname[6]; 8 char f_fpack[6]; 9 } ATTRIBUTE_PACKED m32_struct_ustat; 10 #define MPERS_m32_struct_ustat m32_struct_ustat 11
1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int32_t f_tfree; 6 uint32_t f_tinode; 7 char f_fname[6]; 8 char f_fpack[6]; 9 } ATTRIBUTE_PACKED m32_struct_ustat; 10 #define MPERS_m32_struct_ustat m32_struct_ustat 11