InStream/OutStream
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#ifndef INCLUDED_C_FILEOUTPUTSTREAM_H
|
||||
#define INCLUDED_C_FILEOUTPUTSTREAM_H
|
||||
|
||||
#ifndef INCLUDED_C_OUTSTREAM_H
|
||||
#include <c_OutStream.h>
|
||||
#endif /*INCLUDED_C_OUTSTREAM_H*/
|
||||
|
||||
#ifndef INCLUDED_C_ALLOCATOR_H
|
||||
#include <c_Allocator.h>
|
||||
#endif /*INCLUDED_C_ALLOCATOR_H*/
|
||||
|
||||
#ifndef INCLUDED_STDIO_H
|
||||
#define INCLUDED_STDIO_H
|
||||
#include <stdio.h>
|
||||
#endif /*INCLUDED_STDIO_H*/
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
/* */
|
||||
|
||||
/**
|
||||
* @brief Instantiates a File-bound disk Stream writer.
|
||||
*/
|
||||
c_err_t c_FileOutputStream_Create(c_OutStream_t** out_stream, FILE* file_handle, c_Allocator_t* allocator);
|
||||
|
||||
|
||||
#endif /*INCLUDED_C_FILEOUTPUTSTREAM_H*/
|
||||
Reference in New Issue
Block a user