add errorexit function to print error message, backtrace and exit application

test16bit
Steffen Pohle 3 years ago
parent aeb43f5a46
commit a89548deb4

@ -0,0 +1,8 @@
#ifndef _SIMPLESKYCAM_H_
#define _SIMPLESKYCAM_H_
extern void errorexit(char *fmt, ...);
#endif
Loading…
Cancel
Save