mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef __MAL_READLINE__
|
|
#define __MAL_READLINE__
|
|
|
|
char *_readline (char prompt[]);
|
|
|
|
#endif
|