Next: die, Previous: debug_init, Up: Debug
test for a debug flag
#include <suplib/debug.h>int dbflag(const char *dbf);
const char *dbf
- the debug flag to test
dbflag
tests if the passed string was in the list of debug flags
previously parsed by debug_init
.
It returns zero if the flag was not specified, non-zero if it was.
Diab Jerius