HALFRED  0.4.0
hal_iofile.h
Go to the documentation of this file.
1 
12 #ifndef HAL_IO_FILE_H
13 #define HAL_IO_FILE_H
14 
42 
51 IODevice IOFILE_Create(const char* input_file_name, const char* output_file_name);
52 
58 void IOFILE_Destroy(IODevice iodevice);
59 
62 #endif /* HAL_IO_FILE_H */
IODevice IOFILE_Create(const char *input_file_name, const char *output_file_name)
Definition: hali_iodevice.h:44
void IOFILE_Destroy(IODevice iodevice)