fmtlock.c - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
fmtlock.c (193B) | |
--- | |
1 /* Copyright (c) 2002-2006 Lucent Technologies; see LICENSE */ | |
2 #include <stdarg.h> | |
3 #include "plan9.h" | |
4 #include "fmt.h" | |
5 #include "fmtdef.h" | |
6 | |
7 void | |
8 __fmtlock(void) | |
9 { | |
10 } | |
11 | |
12 void | |
13 __fmtunlock(void) | |
14 { | |
15 } |