tape-kernel 1.0
a modular modern independent kernel
Loading...
Searching...
No Matches
editor.h
Go to the documentation of this file.
1#ifndef EDITOR_H
2#define EDITOR_H
3
4#define editor __editor
5
6void __editor(const char *filename);
7
8#endif
void __editor(const char *filename)
a simple multiline text editor
Definition editor.c:120