home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fax-3.2.1 / lib / libfax / write.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-31  |  298 b   |  29 lines

  1. /*
  2.   write.h
  3.  
  4.   (c) Copyright 1991 by David M. Siegel.
  5.       All rights reserved.
  6.  
  7.   %W% %G% %U%
  8. */
  9.  
  10. #ifndef in_libfax_write_h
  11. #define in_libfax_write_h 1
  12.  
  13. /*
  14.   Prototypes:
  15. */
  16.  
  17. int nwrite(
  18. #ifdef _PROTO
  19.      int fd,
  20.      char *buf,
  21.      int bufsize
  22. #endif
  23. );
  24.  
  25. /* VARARGS */
  26. int fdprintf();
  27.  
  28. #endif
  29.