mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
|
netcdf keyword2 {
|
||
|
dimensions:
|
||
|
string = 128;
|
||
|
variables:
|
||
|
int string(string);
|
||
|
}
|