1 2 3 4 5 6 7 8 9
#pragma once // not caring about stable syscall numbers just yet enum { SC_EXIT, SC_FORK, SC_DEBUGLOG };