sbase/util.h

11 lines
336 B
C

/* See LICENSE file for copyright and license details. */
#define UTF8_POINT(c) (((c) & 0xc0) != 0x80)
char *agetcwd(void);
void enmasse(int, char **, int (*)(const char *, const char *));
void eprintf(const char *, ...);
void putword(const char *);
void recurse(const char *, void (*)(const char *));
long strnum(const char *, int);