--:Minify:--
local syscalls=syscall.sysdump()
for i=1, #syscalls do
    print(syscalls[i])
end
print("Total # of syscalls: "..tostring(#syscalls))