首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

typedef struct

2013-01-17 
typedef struct *typedef struct hashnode_struct{struct hashnode_struct *nextconst char *keyvoid *v

typedef struct *

typedef struct hashnode_struct{

struct hashnode_struct *next;

const char *key;

void *val;

}* hashnode, _hashnode;

?

_hashnode obj;

hashnode p = &obj;

?

热点排行