$darkmode
Herb C Reference
io.h
Go to the documentation of this file.
1 #ifndef HERB_IO_H
2 #define HERB_IO_H
3 
4 #include <stdio.h>
5 #include <stdlib.h>
6 
7 char* herb_read_file(const char* filename);
8 
9 #endif
char * herb_read_file(const char *filename)
Definition: io.c:10