home *** CD-ROM | disk | FTP | other *** search
/ FreeWare Collection 2 / FreeSoftwareCollection2pd199x-jp.img / oakfep / cons.h < prev    next >
Text File  |  1990-06-14  |  289b  |  12 lines

  1. int    kbhit(void);
  2. int    getch(void);
  3. void    cflush(void);
  4. void    *wind(int x1,int y1,int x2,int y2,
  5.           int col,int bak,int cur,
  6.           int fx,int fy,int stl);
  7. void    locate(int x,int y);
  8. void    color(int col);
  9. void    putch(char ch);
  10. void    cputs(char *str);
  11. void    cprintf(char *form,...);
  12.