#include #include "syscall.h" int kill(pid_t pid, int sig) { return syscall(SYS_kill, pid, sig); }

AltStyle によって変換されたページ (->オリジナル) /