Henrique

Results 3 issues of Henrique

Hello, I'm getting a segfault when executing the following trivial program: ```zig const std = @import("std"); const stdout = std.io.getStdOut().writer(); extern fn add(a: c_int, b: c_int) c_int; pub fn main()...

bug
frontend

### Zig Version 0.9.1 ### Steps to Reproduce Hello, is there a formatted input function in the standard library ? Example in C: #include int main(void) { unsigned int age;...

enhancement
standard library

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When trying to install the iOS Mastodon app on an iPhone...