You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
215 B
Zig

2 years ago
const std = @import("std");
const micro = @import("microzig");
const Chip = micro.Chip;
const MemoryRegion = micro.MemoryRegion;
2 years ago
fn root_dir() []const u8 {
return std.fs.path.dirname(@src().file) orelse ".";
}