Files
tp/include/MSL_C/MSL_Common/Src/buffer_io.h
T

12 lines
292 B
C
Raw Normal View History

2022-03-19 23:44:14 -04:00
#ifndef MSL_COMMON_SRC_BUFFER_IO_H
#define MSL_COMMON_SRC_BUFFER_IO_H
2023-01-02 21:28:46 -08:00
#include "MSL_C/MSL_Common/Src/ansi_files.h"
enum { __align_buffer, __dont_align_buffer };
void __prep_buffer(FILE* file);
int __flush_buffer(FILE* file, size_t* bytes_flushed);
2022-03-19 23:44:14 -04:00
#endif /* MSL_COMMON_SRC_BUFFER_IO_H */