mirror of
git://git.suckless.org/sbase
synced 2024-12-25 00:12:42 +00:00
7 lines
230 B
C
7 lines
230 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
char *agetcwd(void);
|
|
void enmasse(int, char **, int (*)(const char *, const char *));
|
|
void eprintf(const char *, ...);
|
|
void recurse(const char *, void (*)(const char *));
|