home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / lib / write.c < prev   
Encoding:
C/C++ Source or Header  |  1994-06-05  |  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.