__shcall.c 94 B

123456
  1. #include "libc.h"
  2. hidden int __shcall(void *arg, int (*func)(void *))
  3. {
  4. return func(arg);
  5. }