minix/commands/aal/write.h
2010-07-04 23:01:32 +00:00

4 lines
79 B
C

#include "system.h"
extern int sys_write(File *fp, char *bufptr, int nbytes);