Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

mux.h

Blame
  • signum 225 B
    NAME
    	signum - get a signal number given a desctiptive string
    
    SYNTAX
    	int signum(string sig);
    
    DESCRIPTION
    	This function is the opposite of signame.
    
    EXAMPLE
    	> signum("SIGKILL");
    	Result: 9
    
    SEE ALSO
    	signame, kill, signal