1 #include <features.h> 2 3 hidden int __shcall(void *arg, int (*func)(void *)) 4 { 5 return func(arg); 6 } 7