Corewar documentation 1.0.0
|
The file containing the functions for reading a file. More...
#include "../include/corewar.h"
Functions | |
char * | read_file (char *filepath, int size, int start) |
Read a file and return the content. | |
The file containing the functions for reading a file.
char * read_file | ( | char * | filepath, |
int | size, | ||
int | start ) |
Read a file and return the content.
filepath | The file path |
size | The size of the bytes to read |
start | The start of the reading |