root/lib/write.c

/* [previous][next][first][last][top][bottom][index][help] */
   1 /*
   2  *  linux/lib/write.c
   3  *
   4  *  (C) 1991  Linus Torvalds
   5  */
   6 
   7 #define __LIBRARY__
   8 #include <unistd.h>
   9 
  10 _syscall3(int,write,int,fd,const char *,buf,off_t,count)

/* [previous][next][first][last][top][bottom][index][help] */