diff options
Diffstat (limited to 'src/handerror.h')
-rw-r--r-- | src/handerror.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/handerror.h b/src/handerror.h new file mode 100644 index 0000000..6f75c7b --- /dev/null +++ b/src/handerror.h @@ -0,0 +1,8 @@ +#ifndef HANDERROR_H +#define HANDERROR_H + +void easyFork(char *name, char *arguments[]); +void callError(int num); +void printError(char *text); + +#endif
\ No newline at end of file |