#ifdef READLINE_LIBRARY
#  include <readline.h>
#else
#  include <readline/readline.h>
#endif
main() { char *s = readline("?"); }


syntax highlighted by Code2HTML, v. 0.9.1