4b5a7fee14
backend into shape. It now generates binaries --- no idea whether they work or not.
6 lines
36 B
C
6 lines
36 B
C
exit(n)
|
|
{
|
|
_cleanup();
|
|
_exit(n);
|
|
}
|