sc68fordevelopers  2.2.1
istream68_fd.h
Go to the documentation of this file.
1 
14 /* Copyright (C) 1998-2003 Benjamin Gerard */
15 
16 #ifndef _ISTREAM68_FD_H_
17 #define _ISTREAM68_FD_H_
18 
19 #include "file68/istream68.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
45 istream_t * istream_fd_create(const char * fname, int fd, int mode);
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* #define _ISTREAM68_FILE_H_ */
istream_t * istream_fd_create(const char *fname, int fd, int mode)
Creates a stream for "UNIX" file descriptor.
Input stream structure.
Definition: istream68_def.h:67
generic stream operation.