Search code examples
Why is there a "strdup" function, but not "memdup" function in the standard?...


cmemcpystrdupc-standard-library

Read More
Why does the standard C library feature multiple header files instead of consolidating the contents ...


cc99c-standard-library

Read More
What does the first "c" stand for in "calloc"?...


cmalloclibccallocc-standard-library

Read More
getline function not compiling with mingw-w64 gcc...


c++cgccgetlinec-standard-library

Read More
Why don't Standard C Libraries need to be divided into a header and implementation file?...


cclassincludec-standard-library

Read More
Man page workaround for dlsym() still error prone?...


cposixdlsymc-standard-library

Read More
Does sqrt(float) have a standard return type?...


c++sqrtcmathc-standard-library

Read More
Findnig 3 spaces during Morse code decoding...


ctaskmorse-codec-standard-library

Read More
How to correctly call a function with float parameters in ARM assembly program?...


cassemblyarmcalling-conventionc-standard-library

Read More
Difference between C standard library and C POSIX library...


coperating-systemposixstandard-libraryc-standard-library

Read More
gcc cant find definitions of stdio.h funcs and identities when gcc is executed by GNU Make...


cgccmakefilegnu-makec-standard-library

Read More
Why does fopen take a string as its second argument?...


cfile-iofopenhistoryc-standard-library

Read More
Is printf a static function in C?...


cstaticprintfstdioc-standard-library

Read More
What library to include on Windows for stdlib.h functions?...


cwindowsc-standard-library

Read More
weird crash with strtol() in C...


cstrtolc-standard-library

Read More
Does stdlib's rand() always give the same sequence?...


crandomc-standard-library

Read More
What is the difference between strtol and strtoul?...


cstrtolc-standard-library

Read More
Why does stdlib.h's abs() family of functions return a signed value?...


cmathc-standard-library

Read More
Is there a strtol equivalent that does not require a null-terminated string?...


cstringc-standard-library

Read More
Is there a Windows equivalent of standard(ish) UN*X process exit codes?...


cwindowscross-platformexit-codec-standard-library

Read More
What's the meaning of "reserved for any use"?...


c++clanguage-lawyerc-standard-library

Read More
How does memccpy handle large integer values?...


cc-standard-library

Read More
How do I search most common words in very big file (over 1 Gb) wit using 1 Kb or less memory?...


cmemorymemory-managementc-standard-library

Read More
How can I find source code of printf in macOS?...


cmacosprintfstdioc-standard-library

Read More
Passing two references to the same object in strtoul...


cimplementationc-standard-librarystrtoul

Read More
Why the restrictions on C standard I/O streams that interact with sockets?...


csocketsnetworkingioc-standard-library

Read More
What standard C library does Clang use? glibc, its own, or some other one?...


printfglibcllvm-clanglibcc-standard-library

Read More
Why do some built-in Python functions only have pass?...


pythonpycharmstandard-libraryc-standard-library

Read More
Why does fseek have "long int offset" instead of "long long int offset"?...


clanguage-lawyerlong-integerfseekc-standard-library

Read More
Is there a standard-compliant way to detect whether a function in the C standard library is implemen...


cstandardsc-standard-library

Read More
BackNext