ipc.c 136 B

1234
  1. #include <syscall.h>
  2. _syscall6(int, ipc, unsigned int, call, int, first, int, second, int, third,
  3. void *, ptr, long, fifth);