gpted/readline/readline.h

7 lines
90 B
C
Raw Normal View History

2015-04-14 01:11:50 +02:00
#ifndef READLINE_H
#define READLINE_H
extern char *readline(const char *prompt);
#endif