index
:
safec.git
master
A simple lightweight library to help you use C safely.
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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