mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
|
netcdf ref_tst_nul3 {
|
||
|
dimensions:
|
||
|
n = 8 ;
|
||
|
variables:
|
||
|
char cdata(n) ;
|
||
|
|
||
|
// global attributes:
|
||
|
:global = "x\000y" ;
|
||
|
data:
|
||
|
|
||
|
cdata = "abc\000def" ;
|
||
|
}
|