stats helper

This commit is contained in:
rsc 2004-04-23 05:12:11 +00:00
parent d72054aa27
commit f0f4401f0c
10 changed files with 866 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#include <u.h>
#include <libc.h>
#include <bio.h>
#include "dat.h"
void (*statfn[])(int) =
{
0
};