efn/efn.h

8 lines
103 B
C

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