Search code examples
Why the restrictions on C standard I/O streams that interact with sockets?...

csocketsnetwork-programmingioc-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
Why stdio.h, stdlib.h, string.h declare size_t, NULL, etc. instead of #include <stddef.h>?...

clanguage-lawyerheader-filesc-standard-library

Read More
C++ custom-written strncpy without padding all characters to null is it safe?...

c++stringstdstrncpyc-standard-library

Read More
How to print floats from LLVM IR?...

printfllvmllvm-irc-standard-library

Read More
Does `va_end()` need to be invoked before each `return` statement in a variadic function with multip...

cvariadic-functionsc-standard-library

Read More
Find the algorithms behind standard library functions...

javastdc-standard-library

Read More
How do I use UINT64_MAX standard library macro?...

c++integerc-standard-library

Read More
In a C program, what exactly happens under the hood if I call a function from a header file from /us...

clinuxstandard-libraryc-standard-library

Read More
Printing a value to console avoiding the usage of standard libraries...

cprintfc-standard-library

Read More
Linux - Feature Test Macros and Dynamic Linking...

clinuxgccdynamic-linkingc-standard-library

Read More
QNAN passed into C standard library functions (ex. llrintf): not clear whether FP exceptions are rai...

cfloating-pointc11floating-point-exceptionsc-standard-library

Read More
Compare two bools with different int value...

cbooleancomparison-operatorsc-standard-library

Read More
Is linking the entire standard library to every C/C++ file space efficient?...

c++ccompilationlinkerc-standard-library

Read More
Do any functions in the C standard library implicitly use `stderr`?...

cglibcstderrlibcc-standard-library

Read More
C99 nested arrays undefined behaviour...

cmultidimensional-arrayc99c-standard-library

Read More
undefined symbols remain, but shared libraries compile and seem to function properly...

cmakeshared-librariesundefined-symbolc-standard-librarysundials

Read More
OS X: Is it possible to view the source code of the Standard C Library?...

cmacosc-standard-library

Read More
Can I disable or ignore Apple additions to C standard headers?...

cclangc-standard-libraryxcode-command-line-tools

Read More
Contradiction about Order of Evaluation of operands...

crecursionoperator-precedenceoperandsc-standard-library

Read More
Is popen standard C function?...

cunixprocessc-standard-library

Read More
Reading a file to memory using standard C library - Windows prematurely identifies EOF but works on ...

cwindowsvisual-studio-2019stdioc-standard-library

Read More
"getenv... function ... may be unsafe" - really?...

visual-c++compiler-warningscrtgetenvc-standard-library

Read More
Does redefining a function from the standard library violate the one-definition rule?...

c++language-lawyerstdone-definition-rulec-standard-library

Read More
Reason to use Qt standard library function wrappers...

qtc-standard-library

Read More
C random integer generator question (A book on C 4th Edition)...

crandomc-standard-library

Read More
Compare string of unknown length against string of known length...

cc-standard-library

Read More
BackNext