PRB:_bios_keybrd() Constants Misspelled in C 6.0 "C Reference"

ID Number: Q71203

6.00 6.00a 6.00ax | 6.00 6.00a

MS-DOS | OS/2

docerr

Summary:

Three of the manifest constants used by the _bios_keybrd() function

are listed incorrectly on page 149 of the "Microsoft C Reference" that

ships with C versions 6.0, 6.0a, and 6.0ax. The constants

_N_KEYBRD_READ, _N_KEYBRD_READY, and _N_KEYBRD_SHIFTSTATUS have an

extra underscore character after the leading N. To correctly

correspond to the constants defined in BIOS.H, the names of these

constants should be _NKEYBRD_READ, _NKEYBRD_READY and

_NKEYBRD_SHIFTSTATUS.

Additional reference words: 6.00 6.00a 6.00ax