add print

This commit is contained in:
rsc 2006-02-08 21:21:01 +00:00
parent 4ca53ff0e0
commit 5a1e9de7b1
3 changed files with 71 additions and 0 deletions

View file

@ -44,6 +44,9 @@ CFid *nsopen(char*, char*, char*, int);
int fsfremove(CFid*);
int fsremove(CFsys*, char*);
CFid *fscreate(CFsys*, char*, int, ulong);
int fsaccess(CFsys*, char*, int);
int fsvprint(CFid*, char*, va_list);
int fsprint(CFid*, char*, ...);
extern int chatty9pclient;