Macro STOPSIGNAL

Source
macro_rules! STOPSIGNAL {
    ($signal:expr) => { ... };
}
Expand description
let signal = STOPSIGNAL!("SIGKILL");
assert_eq!(signal.to_string(), "STOPSIGNAL SIGKILL");