Function getppid [src]

Prototype

pub fn getppid() pid_t

Source

pub fn getppid() pid_t { return @bitCast(@as(u32, @truncate(syscall0(.getppid)))); }