#include <stddef.h>
Go to the source code of this file.
Functions | |
| int | filemap (const char *name, void(*processor)(const void *, size_t, const char *, void *arg), void *arg) |
| int filemap | ( | const char * | name, |
| void(*)(const void *, size_t, const char *, void *arg) | processor, | ||
| void * | arg | ||
| ) |