mirror-ghostty/pkg/utf8proc/c.zig

4 lines
58 B
Zig

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