efn/efn.h

11 lines
168 B
C

#include <stdlib.h>
#include "globals.h"
extern void (*commands[256])(char *);
void c_quit(char *);
void c_open(char *);
#include <string.h>
void b_truncate(Row *);