Search code examples
Where is the source code for the C library functions?...

cc-standard-library

Read More
Why isn't there int128_t?...

c++cstdc-standard-libraryint128

Read More
C standard difference between int_least32_t and long...

cc-standard-librarystdint

Read More
Is comparing two pointers to different char objects undefined in C?...

cpointerslanguage-lawyerc11c-standard-library

Read More
What is the difference between getch() and getchar()?...

cioconsole-applicationstdioc-standard-library

Read More
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
BackNext