1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00
mal/impls/objc/mal_readline.h

7 lines
92 B
C
Raw Permalink Normal View History

#ifndef __MAL_READLINE__
#define __MAL_READLINE__
char *_readline (char prompt[]);
#endif