2024-08-16 15:32:21 -07:00

4 lines
59 B
Zig

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