2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-08-26 13:10:39 +00:00
Files
xNBA/src/include/readline/readline.h
2007-08-20 20:29:41 +02:00

13 lines
163 B
C

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