mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
|
netcdf ref_tst_nul4 {
|
||
|
dimensions:
|
||
|
n = 8 ;
|
||
|
variables:
|
||
|
char cdata(n) ;
|
||
|
data:
|
||
|
|
||
|
cdata = "abc\000def" ;
|
||
|
}
|