mirror-ghostty/pkg/sentry/c.zig

4 lines
56 B
Zig

pub const c = @cImport({
@cInclude("sentry.h");
});