Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

What is mnemonic for "W" in WIFEXITED, WEXITSTATUS, etc?

c libc

intercepting the openat() system call for GNU tar

Need to load debugging symbols for shared library in GDB

c gdb remote-debugging libc

Cannot compile and link AVR program in OS X

arduino avr libc atmega avr-gcc

Set a breakpoint into LibC with gdb

linker gdb debug-symbols libc

Using an alternative libc in a cmake project

c++ cmake libc uclibc musl

is there any api for linux iptables , so that my program can add firewall rules [duplicate]

c linux gcc iptables libc

What is this implementation of fread in Chromium OS made of?

c libc

C: Why does strcpy return its argument?

c libc

Why does fseek use read() system call?

c linux system-calls libc

getc() as macro and C standard library function definition, coherent?

Moving to different Linux build system, getting error: undefined symbol: stat

c linux gcc glibc libc

Does gcc links to libc.a or libc.so by default?

c gcc libc

fgets(), signals (EINTR) and input data integrity

c signals posix stdio libc

Why there is no inverse function for gmtime in libc?

time posix libc

How is linux simultaneously 32bit and 64bit? Or is that something handled in glibc?

libc.h: No such file or directory when compiling nanomsg pipeline sample

c libc nanomsg

Fastest way to generate random numbers

random rust libc

libc or glibc in ubuntu?

ubuntu gcc glibc libc

bus error when trying to access character on a string in C

c linux unix libc