/Users/brian/vlmess/vl/generic.h
Convert boolean to "yes" or "no"- Parameters:
-
x boolean to convert. A pointer to either the string "yes" (if x is true) or the string "no"
VL_PRINTF("Is x true? %s.", VL_YESNO(x))
VLFeat.orgAPI docs/Users/brian/vlmess/vl/generic.hConvert boolean to "yes" or "no"
VL_PRINTF("Is x true? %s.", VL_YESNO(x))
|