repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added "make install" and "make uninstall".
[agg.git]
/
fail.c
blob
df22b88961b4217c3823b0e5941c29760efd37fe
1
#include <stdlib.h>
2
#include
"fail.h"
3
4
void
fail
(
enum
error type
)
5
{
6
exit
(
type
);
7
}