summaryrefslogtreecommitdiff
path: root/src/c.zig
blob: 8fb0a7985037894e437cee12b0e6180c0c0cfae2 (plain) (blame)
1
2
3
4
5
const std = @import("std");

const pid_t = std.c.pid_t;

pub extern "c" fn getpid() pid_t;