Changes in src/Tests/Array.c [55ba7339:b1d6dd5]
- File:
-
- 1 edited
-
src/Tests/Array.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Array.c
r55ba7339 rb1d6dd5 1 1 int a1[]; 2 //int a2[*];3 //double a4[3.0];2 int a2[*]; 3 double a4[3.0]; 4 4 5 5 int m1[][3]; 6 //int m2[*][*];6 int m2[*][*]; 7 7 int m4[3][3]; 8 8 … … 10 10 11 11 int fred() { 12 //int a1[];13 //int a2[*];12 int a1[]; 13 int a2[*]; 14 14 int a4[3]; 15 15 int T[3];
Note:
See TracChangeset
for help on using the changeset viewer.