原始内容
高亮显示
复制内容
#include <inttypes.h> typedef uint32_t mpers_ptr_t; 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
您还没有登录,登录后您可以:
首次使用?从这里 注册