mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
|
Dataset {
|
||
|
Structure {
|
||
|
Byte v1[4];
|
||
|
Int16 v2[4];
|
||
|
Int32 v3[2];
|
||
|
Float32 v4[2];
|
||
|
Float64 v5[2];
|
||
|
} S1[2];
|
||
|
} TEST2;
|