mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +03:00
10 lines
188 B
Zig
10 lines
188 B
Zig
const log = @import("os/log.zig");
|
|
|
|
pub const c = @import("os/c.zig");
|
|
pub const Log = log.Log;
|
|
pub const LogType = log.LogType;
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|