home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / screen / formge / ioed.h < prev    next >
Encoding:
Text File  |  1989-04-18  |  331 b   |  7 lines

  1. void do_help (void);                        /* box editor help */
  2. void redraw (char *edscreen,int sx,         /* redraw editor lines */
  3.    int sy, int wid, int lines);             /*    (internal use) */
  4. int  edit (char *edscreen,int sx,           /* editor-in-a-box   */
  5.    int sy, int *px, int *py, int wid,
  6.    int lines);
  7.