home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
libc
/
posix
/
signal
/
kill.txh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-10
|
284 b
|
17 lines
@node kill, process
@example
#include <signal.h>
int kill(pid_t _pid, int _sig);
@end example
@subheading Description
If @var{_pid} is the current @code{getpid()}, the given @var{_sig} is
raised with @ref{raise}.
@subheading Return Value
-1 on error, else zero.