PreviousNext

Array Attributes on Pointers

To apply array attributes to pointers, use the max_is or size_is attributes. When applied to a pointer, the max_is and size_is attributes convert the pointer from a single element of a certain type to a pointer to an array of elements of that type. The number of elements in the array is determined by the variable in the max_is and size_is attributes.