netcdf-c/ncdump/cdl4/ref_tst_nul4.cdl

19 lines
226 B
Plaintext
Raw Normal View History

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