sbase/util.h

6 lines
209 B
C
Raw Normal View History

2011-05-22 21:36:34 -04:00
/* See LICENSE file for copyright and license details. */
2011-05-24 08:00:30 -04:00
void enmasse(int, char **, int (*)(const char *, const char *));
2011-05-22 21:36:34 -04:00
void eprintf(const char *, ...);
2011-05-24 19:24:33 -04:00
void recurse(const char *, void (*)(const char *));