Function getpid [src]

Prototype

pub fn getpid() pid_t

Source

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