Newbetuts
.
New posts in libc
What does the first "c" stand for in "calloc"?
c
malloc
libc
calloc
c-standard-library
How do I reimplement (or wrap) a syscall function on Linux?
c
linux
system-calls
libc
Where is ptrdiff_t defined in C?
c
types
libc
stdint
Faster way to zero memory than with memset?
c
libc
Linking against an old version of libc to provide greater application coverage
linux
linker
libc
Why is there no strtoi in stdlib.h?
c
libc
Is snprintf() ALWAYS null terminating?
c
posix
libc
Compiling without libc
c
gcc
glibc
demo
libc
What is the rationale for fread/fwrite taking size and count as arguments?
c
file-io
libc
Are types like uint32, int32, uint64, int64 defined in any stdlib header?
c
libc
How to use debug version of libc
linux
gdb
libc
debug-symbols
ldd
What's the difference between hard and soft floating point numbers?
c
linux
floating-point
arm
libc
stdlib and colored output in C
c
colors
stdio
libc
How can I link to a specific glibc version?
linux
gcc
linker
glibc
libc
C read file line by line
c
file-io
line
libc
Prev