Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to use C/C++ format specifiers to achieve the same as "g" but with "1." instead of "1.0"

Why does GCC C89/C90 ANSI C use __STDC_VERSION__ in Eclipse?

c eclipse-cdt c89 ansi-c

Is there a performance difference between using mmap with PROT_NONE versus PROT_READ | PROT_WRITE

c linux mmap

Modifying strace to capture and replace the filename in an open syscall

c linux strace ptrace

Variadic Functions - Is there an argument limit?

c

Understanding bind function

Returning multiple values from a function in C

c function

storing all c stuct arrays in only one single memory segment obtained with malloc/calloc

Can't step into printf() function GDB. WSL2 Ubuntu 24.04

c ubuntu gdb wsl2

Esp32 bare metal bootloader

c embedded esp32 bare-metal

Finding the end of a zlib compressed stream

Do any POSIX functions or glibc extensions implement a breadth-first file tree walk?

Is subtracting a char by '0' to convert to int bad practice?

c input conventions digits

Is "void* p = &p;" legal in C?

c language-lawyer

gcc and glibc versions

c linux gcc centos glibc