sc68fordevelopers  2.2.1
istream68_file.h
Go to the documentation of this file.
1 
14 /* Copyright (C) 1998-2003 Benjamin Gerard */
15 
16 #ifndef _ISTREAM68_FILE_H_
17 #define _ISTREAM68_FILE_H_
18 
19 #include "file68/istream68.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
35 istream_t * istream_file_create(const char * fname, int mode);
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif /* #define _ISTREAM68_FILE_H_ */
Input stream structure.
Definition: istream68_def.h:67
generic stream operation.
istream_t * istream_file_create(const char *fname, int mode)
Creates a stream for "C" FILE.