#ifndef __COMMAND_RL_H__ #define __COMMAND_RL_H__ #include #include void readline_getcommands(FILE *in, FILE *out); #include #endif