Files
ghostty/pkg/oniguruma/c.zig
2023-11-29 15:29:43 -08:00

4 lines
64 B
Zig

pub usingnamespace @cImport({
@cInclude("oniguruma.h");
});