MAXARGS

Abbreviation

None.

Arguments

Number of bytes compiler reserves for variable-length argument lists.

Default

MAXARGS(15)    for small and compact models
MAXARGS(40)    for large model

Description

With the MAXARGS directive, you specify the buffer size for parameters passed in variable-length argument lists. This directive has no impact on the maximum number of arguments that may be passed to reentrant functions.

Example
#pragma maxargs(20)