sbase/util.h

7 lines
230 B
C
Raw Normal View History

2011-05-23 01:36:34 +00:00
/* See LICENSE file for copyright and license details. */
2011-05-26 03:01:20 +00:00
char *agetcwd(void);
2011-05-24 12:00:30 +00:00
void enmasse(int, char **, int (*)(const char *, const char *));
2011-05-23 01:36:34 +00:00
void eprintf(const char *, ...);
2011-05-24 23:24:33 +00:00
void recurse(const char *, void (*)(const char *));