Hello, what are the differences among the three printing functions: debug(DBG_INFO, , );, debug(DBG_OFF, , );, and printf();? Why can't debug(DBG_INFO, , ) print anything, and under what circumstances does this function effectively print? What about debug(DBG_VERBOSE, , )?
Hello, what are the differences among the three printing functions: debug(DBG_INFO, , );, debug(DBG_OFF, , );, and printf();? Why can't debug(DBG_INFO, , ) print anything, and under what circumstances does this function effectively print? What about debug(DBG_VERBOSE, , )?