Work on acceptance tests.
[agg.git] / fail.c
blobdf22b88961b4217c3823b0e5941c29760efd37fe
1 #include <stdlib.h>
2 #include "fail.h"
4 void fail(enum error type)
6 exit(type);