Function sigrtmax [src]

Zig's SIGRTMAX, but is a function for compatibility with glibc

Prototype

pub fn sigrtmax() u8

Source

pub fn sigrtmax() u8 { return NSIG - 1; }