RCS file: stack.c,v
Working file: stack.c
head: 1.4
branch:
locks: strict
root: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
created stack for 10 elements.
save address of stack into stackstart.
----------------------------
revision 1.4 locked by: root;
date: 2014/03/03 16:46:37; author: root; state: Exp; lines: +7 -1
changes in pop function and decremented of value top.
empty the stack and goto stack top position.
----------------------------
revision 1.3
date: 2014/03/03 03:59:24; author: root; state: Exp; lines: +42 -21
implemented stack pop operation and displaying contents of stack.
----------------------------
revision 1.2
date: 2014/03/02 10:20:25; author: root; state: Exp; lines: +7 -8
changing int* into void*.
----------------------------
revision 1.1
date: 2014/03/02 08:10:27; author: root; state: Exp;
Initial revision
=============================================================================