summaryrefslogtreecommitdiff
path: root/crash.h
blob: f0304e236538dec771d099d9d1bdc5179e1208d2 (plain)
1
2
3
4
#ifndef __SAFEC_CRASH_H
#define __SAFEC_CRASH_H
void crash(const char* message, ...);
#endif