jtRecord.h

#define RECORDLEN 32

struct jtRecord
{
int key;
char other[RECORDLEN-sizeof(int)];
};

#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
原文地址:https://www.cnblogs.com/1112wlt/p/14159876.html