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+  阅读(45)  评论(0编辑  收藏  举报