Objective-C: steps 5-A, self-hosting, perf, README
[jackhill/mal.git] / objc / mal_readline.h
1 #ifndef __MAL_READLINE__
2 #define __MAL_READLINE__
3
4 char *_readline (char prompt[]);
5
6 #endif