Add statcheck.

This commit is contained in:
rsc 2005-09-13 02:40:46 +00:00
parent 504851273e
commit 3ce03fac39

View file

@ -33,6 +33,12 @@ statchecku(uchar *buf, uint nbuf, int dotu)
return 0;
}
int
statcheck(uchar *buf, uint nbuf)
{
return statchecku(buf, nbuf, 0);
}
static char nullstring[] = "";
uint