mirror-ghostty/pkg/fontconfig/c.zig

4 lines
71 B
Zig

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