unix/fiss

lib/libfmt/fmtlock.c in master
Repositories | Summary | Log | Files | LICENSE

fmtlock.c (194B) download


 1/* Copyright (c) 2002-2006 Lucent Technologies; see LICENSE */
 2#include "fmt.h"
 3#include "fmtdef.h"
 4#include "plan9.h"
 5
 6#include <stdarg.h>
 7
 8void __fmtlock(void) {
 9}
10
11void __fmtunlock(void) {
12}