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