C-Extensions / C API functions |
Checks whether a variable is null.
int risnull(int vtype, char *pcvar);
Code | Description |
---|---|
1 | The variable does contain a null value. |
0 | The variable does not contain a null value. |
The vtype must be one of the data type constants defined in fglExt.h.