e968329
478c691
1 2 3 4 5 6
7
8
#include <stdlib.h> #include <stdio.h> volatile int errno; void abort() { process_exit(100 + errno); }