From a8fe7bce0ea33f71485cf8c2e4c8330831c849ce Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 26 Feb 2021 13:36:16 +0000 Subject: rename handerror to xstd; create and use some routines --- src/xstd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/xstd.h (limited to 'src/xstd.h') diff --git a/src/xstd.h b/src/xstd.h new file mode 100644 index 0000000..5432390 --- /dev/null +++ b/src/xstd.h @@ -0,0 +1,10 @@ +#ifndef LPASS_XSTD_H +#define LPASS_XSTD_H + +void easyFork(char *name, char *arguments[]); +void callError(int num); +void printError(const char *text); +char *xstrcat(const char *first, const char *second, + const char *delimiter); + +#endif \ No newline at end of file -- cgit v1.2.3-18-g5258