读书人

typedef struct

发布时间: 2013-01-17 10:28:54 作者: rapoo

typedef struct *

typedef struct hashnode_struct{

struct hashnode_struct *next;

const char *key;

void *val;

}* hashnode, _hashnode;

?

_hashnode obj;

hashnode p = &obj;

?

读书人网 >其他相关

热点推荐