mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
netcdf test {
|
|
types:
|
|
int(*) person_t ;
|
|
variables:
|
|
person_t person ;
|
|
data:
|
|
|
|
person = {1, 2, 3, 5, 8} ;
|
|
}
|