mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
netcdf test_opaque {
|
|
types:
|
|
opaque(16) opaque16_t ;
|
|
variables:
|
|
opaque16_t vo1 ;
|
|
data:
|
|
|
|
vo1 = 0X0123456789ABCDEF0000000000000000 ;
|
|
}
|