/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))