home *** CD-ROM | disk | FTP | other *** search
- /**
- *
- * BAPPLIC.H Header file for application functions of C TOOLS PLUS
- *
- * Version 3.0 (C)Copyright Blaise Computing Inc. 1983, 1984, 1986
- *
- **/
-
- int apyesno(char *,int); /* Accept a YES/NO response */
- /* from CON: */
- /* */
- int aprdnum(char *); /* Accept an integer response */
- /* from CON: */
- /* */
- char apquery(char *,int,int *,int *); /* Accept text response from */
- /* CON: */
- /* */
- int aprdtext(char *,char *,int); /* Accept a text response from */
- /* current console */
- /* */
- int apprompt(char *,char *,int); /* Accept a text response from */
- /* standard input */
- /* */
- int apcomlin(char *); /* Return the DOS command line */