add nohup

This commit is contained in:
Connor Lane Smith
2011-06-18 06:41:28 +01:00
parent e54eb9f4bc
commit f24772dcbb
7 changed files with 103 additions and 17 deletions

1
util.h
View File

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