zig/std/net.zig
2016-05-03 20:48:53 -07:00

5 lines
84 B
Zig

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