ezmlmx 0.69
ezmlmx
Loading...
Searching...
No Matches
slurp.h
Go to the documentation of this file.
1#ifndef SLURP_H
2#define SLURP_H
3
4#include "stralloc.h"
5
6extern int slurp(const char *fn,struct stralloc *sa,int bufsize);
7
8#endif
stralloc fn
int slurp(const char *fn, struct stralloc *sa, int bufsize)