#include <u.h>
#include <libc.h>
static Lock fmtl;
void
__fmtlock(void)
{
lock(&fmtl);
}
__fmtunlock(void)
unlock(&fmtl);