index
:
project-iprj
bug2
master
23-24 b12 proj13: individueel project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
die.h
blob: a3f391d26fe3553a3ef099cd1027c61b34a8f820 (
plain
)
1
2
3
4
5
#pragma once
/** @brief print error and exit */
void
die
(
const
char
*
,
...);