Whole document tree
4.18 Non-Constant InitializersAs in standard C++, the elements of an aggregate initializer for an automatic variable are not required to be constant expressions in GNU C. Here is an example of an initializer with run-time varying elements:
This document was generated by root on January, 30 2002 using texi2html |