6 lines
209 B
C
6 lines
209 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
void enmasse(int, char **, int (*)(const char *, const char *));
|
|
void eprintf(const char *, ...);
|
|
void recurse(const char *, void (*)(const char *));
|