RCS file: ./linklist.c,v
Working file: ./linklist.c
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
declare the header file and also delcare the structure in the head.h file
co linklist.c
—————————-
revision 1.3 locked by: root;
date: 2015/03/29 12:21:00; author: root; state: Exp; lines: +2 -2
put the choice into while loop
and make switch cases here
int case first make a inesrt node function
and declare it
then invoke it into first case
then we create the nuber of nodes here
—————————-
revision 1.2
date: 2015/03/29 12:18:42; author: root; state: Exp; lines: +2 -1
take a integer varible choice
then create the a menu list
give the numbering to the choice that 1 for create a node
2 for insert the node
—————————-
revision 1.1
date: 2015/03/29 12:17:20; author: root; state: Exp;
Initial revision
=============================================================================