Home
last modified time | relevance | path

Searched defs:VALID_CSTR (Results 1 – 2 of 2) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_strutil.h42 #define VALID_CSTR(PSTR) ((NULL!=PSTR) && (CSTR_END != PSTR[0])) macro
/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Dconfigfile.c74 #define VALID_CSTR(PSTR) ((NULL!=PSTR) && (CSTR_END != PSTR[0])) macro