home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1555 / proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  1.1 KB  |  67 lines

  1. /*********************************************************************
  2. *
  3. *    proto.h
  4. *
  5. *********************************************************************/
  6.  
  7. /*
  8. $Id: proto.h,v 1.2 90/04/05 16:17:49 mark Exp Locker: mark $
  9. $Log:    proto.h,v $
  10.  * Revision 1.2  90/04/05  16:17:49  mark
  11.  * corrected for lint
  12.  * 
  13.  * Revision 1.1  90/01/23  16:32:37  mark
  14.  * Initial revision
  15.  * 
  16. */
  17.  
  18. int atoi();
  19. /*void exit();*/
  20. int fclose();
  21. int fgetc();
  22. int fputc();
  23. char *memset();
  24. int printf();
  25. int sprintf();
  26. int system();
  27.  
  28. void choices();
  29. void clreol();
  30. void cls();
  31. int compare();
  32. void cup();
  33. void die();
  34. void down();
  35. void ending();
  36. int get_ps();
  37. int get_str();
  38. int getyn();
  39. void help();
  40. void highlight();
  41. void history();
  42. void init();
  43. void init_array();
  44. void input();
  45. void lowlight();
  46. void message();
  47. void normvid();
  48. int parse();
  49. int password();
  50. /*void pause();*/
  51. void pause2();
  52. void delay();
  53. void delay2();
  54. void putdata();
  55. void reset();
  56. void reset_term();
  57. void revert();
  58. void revvid();
  59. void sanity();
  60. void screen();
  61. void select();
  62. void tty_mode();
  63. void under_off();
  64. void under_on();
  65. void up();
  66.  
  67.