#pragma once #ifdef __cplusplus extern "C" { #endif int orbis_syscall(int num, ...); #ifdef __cplusplus } #endif