mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
|
netcdf test_test {
|
||
|
types:
|
||
|
byte enum enum_t {c1 = 1, c2 = 2, c3 = 3} ;
|
||
|
variables:
|
||
|
enum_t v1 ;
|
||
|
}
|