git.fiddlerwoaroof.com
Raw Blame History
#ifndef __DUAL_CONTROL_LOGGING
#define __DUAL_CONTROL_LOGGING

void log_success();
void log_fail();

#endif