Henrique
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()...
### 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;...
### 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...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Hello, I'm having a possible deadlock when executing memray and it...