mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
Initial Revision
This commit is contained in:
parent
2ad2c72b27
commit
2accf6b0c1
1 changed files with 6 additions and 0 deletions
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…
Add table
Reference in a new issue