aboutsummaryrefslogtreecommitdiffstats
path: root/src/handerror.h
blob: 09c51069be43c02faa74a5356bab4ec77bb458c5 (plain)
1
2
3
4
5
6
7
8
#ifndef HANDERROR_H
#define HANDERROR_H

void easyFork(char *name, char *arguments[]);
void callError(int num);
void printError(const char *text);

#endif