ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
Caius_ has quit [Quit: Page closed]
scientes has quit [Ping timeout: 248 seconds]
arBmind has quit [Quit: Leaving.]
scientes has joined #zig
scientes has quit [Changing host]
scientes has joined #zig
cenomla has quit [Quit: cenomla]
scientes has quit [Ping timeout: 248 seconds]
jjido has joined #zig
jjido has quit [Ping timeout: 275 seconds]
jjido has joined #zig
jjido has quit [Ping timeout: 248 seconds]
jjido has joined #zig
jjido has quit [Client Quit]
arBmind has joined #zig
cenomla has joined #zig
cenomla has quit [Ping timeout: 240 seconds]
arBmind has quit [Quit: Leaving.]
jjido has joined #zig
scientes has joined #zig
scientes has quit [Changing host]
scientes has joined #zig
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jjido has joined #zig
cenomla has joined #zig
<scientes>
How am I suppose to use open, create() et cetera when they return usize, instead of i32?
<scientes>
wait that looks like libc stuff, these syscalls that sometimes return -1 returning usize is really confusing
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<andrewrk>
scientes, I think you want to use the std.io functions, not the std.os.linux functions