const std = @import("std"); const pid_t = std.c.pid_t; pub extern "c" fn getpid() pid_t;