Xiqual 0.7.2
In file xitools/cfg_isbool.c: Internal function for cfg_loadprefs().
Documentation
Internal function for cfg_loadprefs().
This will return TRUE if a string pointed to is a boolean value.
There is a special case, however; if there is no string, it also
returns TRUE. cfg_loadprefs() will pass the value from strtok_r()
unchecked because I couldn't be arsed to do it any other way.
- Parameters:
- - value A string pointer (probably).
- Returns:
- TRUE if the string pointed to is a boolean value, or NULL.
- Author:
- Ronny Bangsund
- See Also:
- variable, cfg_loadprefs()
Alphabetic index
This page was generated with the help of DOC++.