1
0
mirror of git://git.suckless.org/sbase synced 2024-12-25 00:12:42 +00:00
sbase/util.h
Connor Lane Smith fbb80983ce add ln, util.a
2011-05-24 13:00:30 +01:00

5 lines
157 B
C

/* See LICENSE file for copyright and license details. */
void enmasse(int, char **, int (*)(const char *, const char *));
void eprintf(const char *, ...);