7 lines
140 B
C
Executable File
7 lines
140 B
C
Executable File
|
|
#include <stddef.h>
|
|
|
|
int filemap(const char *name,
|
|
void (*processor)(const void *, size_t, const char *, void *arg),
|
|
void *arg);
|