PRB: _amblksiz Not Declared

ID Number: Q26778

4.00 5.00 5.10 6.00 6.00a 6.00ax 7.00 | 5.10 6.00 6.00a

MS-DOS | OS/2

docerr

Summary:

Page 33 of the "Microsoft C Compiler Run-Time Library Reference" (page

31 for version 4.0) incorrectly states that _amblksiz "is declared in

the include file malloc.h". It is not there.

You can use the variable _amblksiz in your program by declaring the

variable as follows:

extern unsigned int _amblksiz;

Additional reference words: 5.00 5.10 6.00 6.00a 6.00ax 7.00