An indie game developer, passionate about low-level programming and proudly handcrafting his own performance-focused solutions.
-
Freelancer
- Passos, Minas Gerais
-
11:34
(UTC -03:00)
Pinned Loading
-
Since the C11 standard, the C langua...
Since the C11 standard, the C language offers the _Generic keyword, which acts as a compile-time switch and allows behavior similar to function overloading, which is common in C++. 1// Note that functions initiated with static inline will be transformed into inline by the compiler
2// (tested on gcc and clang), and yet, the _Generic keyword is capable of identifying them correctly.
3//
4// (https://godbolt.org/z/Mo4rYsKn1)
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.