This commit is contained in:
Connor Lane Smith
2011-06-25 17:26:44 +01:00
parent 572f5e926c
commit 33de3bffdb
5 changed files with 28 additions and 10 deletions

1
util.h
View File

@@ -4,6 +4,7 @@
char *agetcwd(void);
void enmasse(int, char **, int (*)(const char *, const char *));
void apathmax(char **, long *);
void eprintf(const char *, ...);
void enprintf(int, const char *, ...);
long estrtol(const char *, int);