Daniel Bengtsson <[EMAIL PROTECTED]> writes:
> I have a already written code in C which should be compiled using GCC. In
> this code there is an 4x3 array which will be passed to a function as
> unbounded array:
>
> int arr[4][3]
>
> myFunc (int myArray[][3])
> {
>int temp=myArray[7][0]
> }
GCC fill it with something else or it depends to
value of other elements in array?
Thanks for help!
D.
--
View this message in context:
http://www.nabble.com/pass-bounded-array-as-unbounded-tf4563990.html#a13026492
Sent from the gcc - Dev mailing list archive at Nabble.com.