#include #include static Lock fmtlock; void __fmtlock(void) { lock(&fmtlock); } void __fmtunlock(void) { unlock(&fmtlock); }