mirror of
https://github.com/zeldaret/tp
synced 2026-05-26 07:39:06 -04:00
e1114ebcf9
* clean up MSL_C files according to prime decomp * remove asm
12 lines
292 B
C
12 lines
292 B
C
#ifndef MSL_COMMON_SRC_BUFFER_IO_H
|
|
#define MSL_COMMON_SRC_BUFFER_IO_H
|
|
|
|
#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);
|
|
|
|
#endif /* MSL_COMMON_SRC_BUFFER_IO_H */
|