jtRecord.h

#define RECORDLEN 32

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

#ifdef HAVE_CONFIG_H
#include<config.h>
#endif
posted @ 2020-12-19 16:48  1112+  阅读(60)  评论(0)    收藏  举报