minix/commands/aal/write.h

4 lines
79 B
C
Raw Normal View History

2010-07-05 01:01:32 +02:00
#include "system.h"
extern int sys_write(File *fp, char *bufptr, int nbytes);