List Question
20 TechQA 2023-10-18T14:46:47.793000Man page workaround for dlsym() still error prone?
155 views
Asked by Danila Berezin
Does sqrt(float) have a standard return type?
162 views
Asked by Alec Jacobson
Where is the standard 'C' shared library on MacOS-11 or higher?
108 views
Asked by Chris Wolf
Findnig 3 spaces during Morse code decoding
86 views
Asked by Nikita
How to correctly call a function with float parameters in ARM assembly program?
139 views
Asked by Xshell
Why does compiler show error message about C standard library when compiling programs which include those libraries?
175 views
Asked by AudioBubble
gcc cant find definitions of stdio.h funcs and identities when gcc is executed by GNU Make
132 views
Asked by Cinverse
Is there a standard library function to get hash value of a string in C?
641 views
Asked by Franc
Is printf a static function in C?
388 views
Asked by UBoiii
Assembly code insertion in C standard functions
81 views
Asked by NicoKart
Are there other C standard library functions like memcmp that have timing side-channel risk?
347 views
Asked by zhxf7481
How does memccpy handle large integer values?
397 views
Asked by stht55
How do I search most common words in very big file (over 1 Gb) wit using 1 Kb or less memory?
129 views
Asked by Sergey U
How do C output functions actually work under the hood?
254 views
Asked by Luke
How can I find source code of printf in macOS?
396 views
Asked by Temeraire Eurus
Passing two references to the same object in strtoul
170 views
Asked by onlycparra
Why does fseek have "long int offset" instead of "long long int offset"?
578 views
Asked by pmor