mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
|
Dataset {
|
||
|
Sequence {
|
||
|
Int32 age;
|
||
|
Sequence {
|
||
|
Int16 foo;
|
||
|
} stuff;
|
||
|
} person1;
|
||
|
} NestedSequences;
|