|
ZCslVarSizeof |
|
long ZCslVarSizeof( /* get size of variable */ ZCslHandle aHandle, /* CSL handle */ const char *aVarName, /* name of variable */ long *aSize /* buffer for size */ ); Get size of any local variable or constant (like sizeof operator) Example: /* how big is list? */ long errs, size; errs = ZCslVarSizeof(csl, "list", &size); if (errs) .... /* error handling */ |
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |