libexpat/expat/xmlwf/filemap.h

7 lines
140 B
C
Raw Normal View History

1997-11-14 19:52:59 -05:00
#include <stddef.h>
int filemap(const char *name,
void (*processor)(const void *, size_t, const char *, void *arg),
void *arg);