/* Copyright (C) Charles Forsyth * See /doc/license/NOTICE.Plan9-9k.txt for details about the licensing. */ /* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio * See /doc/license/gpl-2.0.txt for details about the licensing. */ #include #include static Lock fmtl; void _fmtlock(void) { jehanne_lock(&fmtl); } void _fmtunlock(void) { jehanne_unlock(&fmtl); } int _efgfmt(Fmt* f) { return -1; }