home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c005 / 1.ddi / BAPPLIC.H < prev    next >
Encoding:
Text File  |  1986-08-05  |  886 b   |  25 lines

  1. /**
  2. *
  3. *   BAPPLIC.H      Header file for application functions of C TOOLS PLUS
  4. *
  5. *   Version 3.0  (C)Copyright Blaise Computing Inc.  1983, 1984, 1986
  6. *
  7. **/
  8.  
  9. int  apyesno(char *,int);          /* Accept a YES/NO response     */
  10.                       /* from CON:              */
  11.                       /*                  */
  12. int  aprdnum(char *);              /* Accept an integer response   */
  13.                       /* from CON:              */
  14.                       /*                  */
  15. char apquery(char *,int,int *,int *); /* Accept text response from    */
  16.                       /* CON:                  */
  17.                       /*                  */
  18. int  aprdtext(char *,char *,int);     /* Accept a text response from  */
  19.                       /* current console          */
  20.                       /*                  */
  21. int  apprompt(char *,char *,int);     /* Accept a text response from  */
  22.                       /* standard input           */
  23.                       /*                  */
  24. int  apcomlin(char *);              /* Return the DOS command line  */
  25.