home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.0 / LINUX-1.0 / LINUX-1 / linux / lib / write.c < prev   
Encoding:
C/C++ Source or Header  |  1993-12-01  |  208 b   |  13 lines

  1. /*
  2.  *  linux/lib/write.c
  3.  *
  4.  *  Copyright (C) 1991, 1992  Linus Torvalds
  5.  */
  6.  
  7. #define __LIBRARY__
  8. #include <linux/unistd.h>
  9. #include <linux/types.h>
  10.  
  11. _syscall3(int,write,int,fd,const char *,buf,off_t,count)
  12.  
  13.