asm_book/section_1/funcs/apple-exit.c
2024-02-20 13:59:39 -06:00

8 lines
59 B
C

/*
*/
#include <stdlib.h>
int main() {
exit(3510);
}