C: _bios_timeofday Documentation Error

ID Number: Q43396

5.00 5.10 | 5.00 5.10

MS-DOS | OS/2

docerr

Summary:

On Page 146 of the "Microsoft C 5.1 Optimizing Compiler Run-Time

Library Reference" manual and the "Microsoft QuickC Run-Time Library

Reference" manual, the second parameter of _bios_timeofday is

incorrectly stated as a long integer, as follows:

long timeval;

The corrected declaration is a pointer to a long integer, as follows:

long *timeval;