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