|
tape-kernel 1.0
a modular modern independent kernel
|

Go to the source code of this file.
Macros | |
| #define | editor __editor |
Functions | |
| void | __editor (const char *filename) |
| a simple multiline text editor | |
| void __editor | ( | const char * | filename | ) |
a simple multiline text editor
to call this editor simply use
and it will automatically break back to your loop or func (not exit)
Definition at line 120 of file editor.c.
References clscr, cob, delay, editor_display(), editor_load(), editor_save(), gtchr, line_count, lines, MAX_LINE_LEN, MAX_LINES, NULL, prt, and rdln.