/* * inputhis.h * * Copyright (C) 1997 by Sony Computer Entertainment * All rights Reserved */ #define WITHCR 1 /* echo cr/lf when return */ #define RETILL 2 /* illegal code cause return */ char *input_with_history(char *prompt, char *inputbuf, int maxchar, int flags); void set_keyin_history(FILE *fp); void dump_keyin_history(FILE *fp);