Function to notify errors

This commit is contained in:
Dr-Noob
2018-06-22 20:36:56 +02:00
parent ebe49743e5
commit 3199ac739a
5 changed files with 29 additions and 7 deletions

6
global.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __GLOBAL__
#define __GLOBAL__
void printError(const char *fmt, ...);
#endif