mirror-ghostty/pkg/oniguruma/c.zig

4 lines
59 B
Zig

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