Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

Go build with another glibc

When invoking clock_gettime() may the returned tv_nsec field actually exceed a second?

c linux glibc libc

getline() with a file descriptor instead of a file pointer

c posix getline libc

equivalent of memcmp() in Java?

java c posix libc memcmp

Atomically swap contents of two files on Linux

linux libc

What is the difference between /lib/i386-linux-gnu/libc.so.6, /lib/x86_64-linux-gnu/libc.so.6 and /usr/lib/x86_64-linux-gnu/libc.so?

gcc 64-bit libc

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

How to sleep for a few microseconds

c linux real-time glibc libc

Unit testing for failed malloc()

vectorized strlen getting away with reading unallocated memory

Portable way to load the C standard library in Python ctypes

python ctypes libc

Comprehensive open-source test suite for the C Standard Library [closed]

Why does some functions in stdio have the stream as last argument? [closed]

c libc

How to use strerror_l with current locale?

c linux posix libc strerror

Android Static Linking vs Dynamic Linking against glibc

What's the difference between libc6:i386 and libc6-i386

ubuntu libc

Why gdb cannot find ../sysdeps/unix/sysv/linux/ifaddrs.c

c linux gdb libc

Understanding glibc source code conventions

c pthreads libc

How to link to a different libc file?

c gcc linker ld libc

Why is isascii() deprecated?

c++ c ascii posix libc