Initial Revision

This commit is contained in:
James Clark 1997-11-15 00:52:59 +00:00
parent 2ad2c72b27
commit 2accf6b0c1

6
expat/xmlwf/filemap.h Executable file
View File

@ -0,0 +1,6 @@
#include <stddef.h>
int filemap(const char *name,
void (*processor)(const void *, size_t, const char *, void *arg),
void *arg);