5 lines
84 B
Zig
5 lines
84 B
Zig
const linux = @import("linux.zig");
|
|
|
|
pub fn open(hostname: []const u8) -> %void {
|
|
}
|