45#define FileIO_Append(M, ...) \
47 int num = sprintf(msg, M, ##__VA_ARGS__); \
48 FileIO_File_Write(msg, num); \
static ft_uint32_t ft_uint8_t * buffer
void FileIO_Buffer_To_File(const char *txt, const char *buffer, unsigned long buffersize)
Write a buffer to file.
int FileIO_File_Read(char *buffer, long bytes)
int FileIO_File_List(char *path)
int FileIO_File_Seek(unsigned long offset)
int FileIO_File_Write(const char *buffer, long buffersize)
int FileIO_File_Open(const char *filePath, enum _FILEIO_E_FOPEN e)
int FileIO_File_To_Buffer(const char *file, char *buff, long offset, int size, int *ByteCount)
Read a whole file to a buffer.
char * FileIO_Read_Line()