Earlier quoted context omitted.
[flagged]
It's kind of hilarious to call 2 single words at the end of a blogpost that you could have read over "pushing politics down your throat". As you said, you didn't even have an idea what it meant. For all you knew before you looked it up, he was complaining about the frigid winter weather.
Zig Libc
111–120 of 196 posts
Re: Zig Libc
#112Earlier quoted context omitted.
This use case is unchanged. If you specify -target x86_64-windows-gnu -lc then some libc functions are provided by Zig, some are provided by vendored mingw-w64 C files, and you don't need mingw-w64 installed separately; Zig provides everything. You can still pass --libc libc.txt to link against an externally provided libc, such as a separate mingw-w64 installation you have lying around, or even your own libc installa…
do you suspect it will be possible to implement printf?? while we're talking about printf, can i incept in you the idea of making an io.printf function that does print-then-flush?
Re: Zig Libc
#113"Abolish ICE" at the bottom. Obviously a Bad Bunny fan, as I am.
The very same day I sat at home writing this devlog like a coward, less than five miles away, armed forces who are in my city against the will of our elected officials shot tear gas, unprovoked, at peaceful protestors, including my wife. https://www.kptv.com/2026/01/31/live-labor-unions-rally-marc... This isn't some hypothetical political agenda I'm using my platform to push. There's a nonzero chance I go out there n…
Re: Zig Libc
#114"Abolish ICE" at the bottom. Obviously a Bad Bunny fan, as I am.
/s
Re: Zig Libc
#115Earlier quoted context omitted.
[flagged]
It's kind of hilarious to call 2 single words at the end of a blogpost that you could have read over "pushing politics down your throat". As you said, you didn't even have an idea what it meant. For all you knew before you looked it up, he was complaining about the frigid winter weather.
Re: Zig Libc
#116Earlier quoted context omitted.
We don't need to get them all out, though. The vast majority are picking strawberries and working cheap construction jobs, not funneling drugs and guns. I'm as concerned with getting them all out as I'm concerned with ticketing every jaywalker.
>The vast majority are picking strawberries and working cheap construction jobs, This doesn't matter. I do not want the idea that someone can invade my country as long as they avoid drugs and guns to spread through the world. Due to how great America is people are going to want to come here even if they aren't allowed, so they must understand that coming here illegal will end badly for them so they fully understand n…
Well, not to worry then, hateful little attitudes like yours are rapidly undoing America's greatness. Soon noone will want to be there, including Americans.
Better start practicing your Chinese.
Re: Zig Libc
#117Earlier quoted context omitted.
Denouncing ICE is not denouncing federal immigration law. The Department of Homeland Security did not exist until 2003. Are you saying that prior to 2003, the US did not enforce federal immigration law?
What's your point? Immigration law existed before 2003 too. It might not have been the DHS or ICE enforcing it, but the concept of illegal aliens wasn't invented in 2003. And yes, I interpret “Abolish ICE” to mean “don't enforce federal immigration law”, because that's what people _usually_ mean when they say “abolish ICE”. Technically, “abolish ICE” could also mean: “abolish ICE and replace it with an even more ruth…
Re: Zig Libc
#118Re: Zig Libc
#119Earlier quoted context omitted.
do you suspect it will be possible to implement printf?? while we're talking about printf, can i incept in you the idea of making an io.printf function that does print-then-flush?
It's completely possible to implement printf. here is my impl (not 100% correct yet) of snprintf for my custom libc implemented on top of a platform I'm working on https://zigbin.io/ab1e79 > The va_arg stuff are extern because zig's va arg stuff is pretty broken at the moment. Here's a C++ game ported to web using said libc running on top of the custom platform and web frontend that implements the platform ABI https:…