home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Gnuplot 3.5 / source / readline.proto.h < prev    next >
Encoding:
Text File  |  1993-11-11  |  132 b   |  8 lines  |  [TEXT/R*ch]

  1.  
  2. /* readline.c */
  3. int user_putc(int);
  4. int user_puts(char *);
  5. int backspace(void);
  6. char *readline(char *);
  7. void add_history(char *);
  8.