2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-26 00:03:28 +00:00
Files
xNBA/src/include/readline/readline.h
2006-12-19 22:35:10 +00:00

13 lines
154 B
C

#ifndef _READLINE_H
#define _READLINE_H
/** @file
*
* Minmal readline
*
*/
extern char * readline ( const char *prompt );
#endif /* _READLINE_H */