Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

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

-Werror=format: how can the compiler know

C printf difference between 0 flag & width attribute and precision flag

c printf libc

what is libc? what are the functions it includes? how can we get the source code of it?

Redefining functions lin libC

c libc

Linux syscall, libc, VDSO and implementation dissection

c linux system-calls libc vdso

How to compile with an another libC on Linux? (gcc)

c gcc libc

How does the libc function isatty() work?

c unix libc

u-boot /lib/ld-linux-armhf.so.3: No such file or directory

How to override standard libc functions?

c malloc overriding libc

Is there a Rust equivalent to the clock function in C++?

rust libc

What functions is the libm intended for?

c linux glibc libc libm