mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Skeletal (non-echoing) version of readline()
This commit is contained in:
12
src/include/readline/readline.h
Normal file
12
src/include/readline/readline.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _READLINE_H
|
||||
#define _READLINE_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Minmal readline
|
||||
*
|
||||
*/
|
||||
|
||||
extern char * readline ( const char *prompt );
|
||||
|
||||
#endif /* _READLINE_H */
|
||||
Reference in New Issue
Block a user