Skeletal (non-echoing) version of readline()

This commit is contained in:
Michael Brown
2006-12-19 22:35:10 +00:00
parent 19e1d674d3
commit b3c535e550
2 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#ifndef _READLINE_H
#define _READLINE_H
/** @file
*
* Minmal readline
*
*/
extern char * readline ( const char *prompt );
#endif /* _READLINE_H */