Macro sig::getpid [] [src]

macro_rules! getpid {
    () => { ... };
}

The getpid macro returns the PID of program.