Search code examples
What is this implementation of fread in Chromium OS made of?...


clibc

Read More
Installing libc6 2.33 on debian...


linuxdockerdebianglibclibc

Read More
warning: the use of `tmpnam' is dangerous, better use `mkstemp'...


linuxapiwarningslibc

Read More
What is the rationale for fread/fwrite taking size and count as arguments?...


cfile-iolibc

Read More
Build and bind against older libc version...


rustlibc

Read More
How to fix llvmlibc-restrict-system-libc-headers check in Clang Tidy?...


c++clangllvmlibcclang-tidy

Read More
atom libc-2.31.so segfault in ubuntu 18.04...


ubuntusegmentation-faultatom-editorlibc

Read More
How can I fix the length of a string in printf when called from RISC-V assembly?...


assemblyc-stringslibccalling-conventionriscv

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


cglibcstderrlibcc-standard-library

Read More
Why to use 'errno' at all?...


cstdlibc

Read More
Why are many system calls (getpid) captured only once using strace?...


linux-kernelsystem-callslibcstrace

Read More
What happens if I realloc to smaller size?...


cdynamic-memory-allocationrealloclibc

Read More
Question about memmove implementation in C...


clibcmemmove

Read More
Unable to cross-compile Python-2.7.18 for x86,uclibc...


pythonlinuxcross-compilinglibcuclibc

Read More
How do I handle errors from libc functions in an idiomatic Rust manner?...


error-handlingrustlibc

Read More
How is main() called? Call to main() inside __libc_start_main()...


creverse-engineeringprogram-entry-pointdisassemblylibc

Read More
Is the default locale of a program in *nix "posix"?...


clinuxunixlibc

Read More
How can I initialize sigset_t or other variables used as "out parameters" in Rust?...


rustffilibcout-parameters

Read More
Why libc dependency despite of -nostdlib...


gccclangshared-librariesllvm-clanglibc

Read More
Is stdlib's qsort recursive?...


csortinglibcqsort

Read More
Are classes truly a current proposal for the next C standard?...


cstandardsisolibc

Read More
Why is the endptr parameter to strtof and strtod a pointer to a non-const char pointer?...


clibcconst-correctness

Read More
Does fgetc return EOF on every call after end-of-file reached?...


clibc

Read More
Faster way to zero memory than with memset?...


clibc

Read More
What does the name of the struct timespec from the C standard library stand for?...


cstructtimelibctime.h

Read More
Are system calls directly send to the kernel?...


clinuxlinux-kernelposixlibc

Read More
Is there a way to test whether thread safe functions are available in the C standard library?...


clibc

Read More
Why float "division-by-zero" exception wasn't caught in a function even handler was se...


clibc

Read More
OpenSuse 11 version `GLIBC_2.14' not found...


pythonlibcopensuse

Read More
Stdint.h in ANSI C (C89)...


clibcc89

Read More
BackNext