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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-31
|
298 b
|
29 lines
/*
write.h
(c) Copyright 1991 by David M. Siegel.
All rights reserved.
%W% %G% %U%
*/
#ifndef in_libfax_write_h
#define in_libfax_write_h 1
/*
Prototypes:
*/
int nwrite(
#ifdef _PROTO
int fd,
char *buf,
int bufsize
#endif
);
/* VARARGS */
int fdprintf();
#endif