third_party.expat/expat/xmlwf/filemap.h
1997-11-15 00:52:59 +00:00

7 lines
140 B
C
Executable File

#include <stddef.h>
int filemap(const char *name,
void (*processor)(const void *, size_t, const char *, void *arg),
void *arg);