RCS file: ./linklist1.c,v
Working file: ./linklist1.c
head: 1.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
make a struct for linklist and defined three pointers start,prev,end .
data store more than 10 bytes in single node.
create multiple node.
—————————-
revision 1.2 locked by: root;
date: 2014/07/15 11:15:21; author: root; state: Exp; lines: +33 -10
create linklist in loop and delete in while according to choice.
—————————-
revision 1.1
date: 2014/07/15 04:51:16; author: root; state: Exp;
Initial revision
=============================================================================