Searched refs:version_node (Results 1 – 1 of 1) sorted by relevance
56 struct version_node struct59 struct version_node *next; argument65 int push(struct version_node **pHead, char* pVer) in push()67 struct version_node *pNode = (struct version_node *)malloc(sizeof(struct version_node)); in push()82 char* pop(struct version_node **pHead) in pop()85 struct version_node *pPreHead; in pop()125 struct version_node *pVesList = NULL; in main()