mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-24 08:01:12 +00:00
4 lines
56 B
Zig
4 lines
56 B
Zig
pub const c = @cImport({
|
|
@cInclude("sentry.h");
|
|
});
|