IBM C and C++ Compilers Limits

The limits for your program might differ from those stated here depending on its complexity.

Language Feature Limit
Nesting levels for included files 255
Significant initial characters in identifiers
No limit (but the linker has a limit of 4095 characters for external names).

Other system limits are set in the /usr/include/sys/limits.h file. The limits.h header file is described in the "Header Files Overview" in the AIX Version 4 Files Reference.



Implementation Dependencies