|
|
1.1 root 1: #ifndef lint
2: static char sccsid[] = "@(#)reset.c 1.1 (Berkeley/CCI) 7/5/86";
3: #endif
4:
5: #include "vdfmt.h"
6:
7: /*
8: **
9: */
10:
11: reset()
12: {
13: indent();
14: if(get_yes_no("Confirm delete all operations and reset variables")) {
15: print("All operations specified have been deleted.\n");
16: exdent(-1);
17: _longjmp(reset_environ, 1);
18: }
19: exdent(1);
20: }
21:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.