home *** CD-ROM | disk | FTP | other *** search
- iskybdext
-
- Function Reports the presence of an extended keyboard
-
- Syntax #include "kybdext.h"
- int iskybdext(void);
-
- Prototype in iskybdext.h
-
- Return value iskybdext 1 if an extended keyboard is installed,
- zero otherwise
-
- Example See kybdext.c
-
- Author Jim Drash
- Software Development and Consulting
- 2256 Beechmont Avenue
- Cincinnati, OH 45230
- Compuserve ID: 76607,70
-
- Revisions:
-
- 12/11/89 Original Function
-
- isbioskybdext
-
- Function Reports if the BIOS supports the extended keyboard
-
- Syntax #include "kybdext.h"
- int isbioskybdext(void);
-
- Prototype in isbioskybdext.h
-
- Return value isbioskybdext 1 if BIOS supports the extended keyboard,
- zero otherwise
-
- Example See kybdext.c
-
- Author Jim Drash
- Software Development and Consulting
- 2256 Beechmont Avenue
- Cincinnati, OH 45230
- Compuserve ID: 76607,70
-
- Revisions:
-
- 12/11/89 Original Function
-