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
7struct hb_allocator;
8
9char* herb_read_file(const char* filename, struct hb_allocator* allocator);
10
11#endif
char * herb_read_file(const char *filename, struct hb_allocator *allocator)
Definition io.c:11