< Library Generator Options / Library Options >
The default for this option is lang=c.
When lang=c is specified, only the functions conforming to the C89 standard are included in the C standard library, and the extended functions of the C99 standard are not included. When lang=c99 is specified, the functions conforming to the C89 standard and the functions conforming to the C99 standard are included in the C standard library. |
When lang=c99 is specified, all functions including those specified by the C99 standard can be used. Since the number of available functions is greater than when lang=c is specified, however, generating a library may take a long time. |