mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Skeletal (non-echoing) version of readline()
This commit is contained in:
@@ -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