Herb C Reference
Loading...
Searching...
No Matches
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
7char* herb_read_file(const char* filename);
8
9#endif
char * herb_read_file(const char *filename)
Definition io.c:10