Initial Revision
This commit is contained in:
parent
2ad2c72b27
commit
2accf6b0c1
6
expat/xmlwf/filemap.h
Executable file
6
expat/xmlwf/filemap.h
Executable 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);
|
Loading…
Reference in New Issue
Block a user