zig/lib/std/special.zig
Christine Dodrill b37acc4d68
allow custom OS entrypoint
Also:

 * Expose `std.start.callMain`.
 * Other fixes added to fix issues found in development.
2019-12-12 16:00:23 -05:00

2 lines
48 B
Zig

pub const start = @import("special/start.zig");