mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
Dataset {
|
|
Int32 i[10][20];
|
|
Float32 f[17][121];
|
|
Structure {
|
|
Int32 j;
|
|
Int32 i;
|
|
} exp;
|
|
} ArraysAndStructure;
|