Replies to message #2,861

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
3

Programming thread

The ABI isn't important for C programming by definition, you're working from inside C after all so the compiler takes care of all of that...
Fcret

Programming thread

This is because the ABI is ISA and OS dependent. Windows x86-64 uses a different ABI than Linux does for example. C also doesn't define how a...
Back
Top Bottom