mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
Dataset {
|
|
Sequence {
|
|
Byte b;
|
|
Structure {
|
|
Int32 j;
|
|
Int32 i[3];
|
|
Structure {
|
|
Int32 i;
|
|
Float64 f[10];
|
|
} data;
|
|
} foo;
|
|
} ralph;
|
|
} SequenceofStructs;
|