delorie.com/djgpp/doc/libc/libc_519.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <signal.h> int kill(pid_t _pid, int _sig); |
If _pid is the current getpid()
, the given _sig is
raised with raise.
-1 on error, else zero.
ANSI/ISO C | No |
POSIX | 1003.2-1992; 1003.1-2001 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |