做如下定义
typedef struct LNode
{
int num;
char name[20];
struct LNode *next;
} LNode, *LinkList;typedef struct LNode
{
int num;
做如下定义
typedef struct LNode
{
int num;
char name[20];
struct LNode *next;
} LNode, *LinkList;typedef struct LNode
{
int num;