netcdf-c/ncdump/cdl4/ref_tst_nul3.cdl

13 lines
150 B
Plaintext
Raw Normal View History

2013-09-24 04:06:55 +08:00
netcdf ref_tst_nul3 {
dimensions:
n = 8 ;
variables:
char cdata(n) ;
// global attributes:
:global = "x\000y" ;
data:
cdata = "abc\000def" ;
}