11 lines
137 B
C
11 lines
137 B
C
#ifndef basic_h
|
|
#define basic_h
|
|
/*
|
|
Minibasic header file
|
|
By Malcolm Mclean
|
|
*/
|
|
|
|
int basic(const char *script);
|
|
|
|
#endif
|