delorie.com/djgpp/doc/libc/libc_636.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <signal.h> int raise(int sig); |
This function raises the given signal sig. See section the list of possible signals.
0 on success, -1 for illegal value of sig.
ANSI/ISO C | C89; C99 |
POSIX | 1003.2-1992; 1003.1-2001 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |