This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netcdf-c
Watch
2
Star
0
Fork
0
You've already forked netcdf-c
mirror of
https://github.com/Unidata/netcdf-c.git
synced
2024-12-03 08:01:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0b37bc31f
netcdf-c
/
ncdump
/
cdl
/
ref_tst_nul4.cdl
10 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add test cases
2013-09-24 04:06:55 +08:00
netcdf ref_tst_nul4 {
dimensions:
n = 8 ;
variables:
[NCF-267]/SAI-630695 Add support for embedded NUL characters in character arrays and added some test cases. Note that embedded NULs in netcdf-4 string constants are still illegal. This is because strings are not counted in the netcdf API, so they are implicitly NUL terminated.
2013-09-24 07:08:50 +08:00
char cdata(n) ;
add test cases
2013-09-24 04:06:55 +08:00
data:
[NCF-267]/SAI-630695 Add support for embedded NUL characters in character arrays and added some test cases. Note that embedded NULs in netcdf-4 string constants are still illegal. This is because strings are not counted in the netcdf API, so they are implicitly NUL terminated.
2013-09-24 07:08:50 +08:00
cdata = "abc\000def" ;
add test cases
2013-09-24 04:06:55 +08:00
}
Reference in New Issue
Copy Permalink