Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Usage of "stdbool.h" in Embedded systems

c embedded stdbool

Printing a Local String in C

c

Fast implementation of complementary error function with 5-digit accuracy

C11 atomics: How does a relaxed load interact with a release store on the same variable?

How is a qsort allocation failure handled?

c gcc clang qsort c23

does calling a function means leaving the scope of an object declared prior to that call in C?

Is it legal to empty-initialize `va_list` with `{}` in C23 before calling `va_start()`?

SDL2 - How to render with one buffer instead of two?

c sdl sdl-2

How can I implement cd command in my own shell in C? [duplicate]

c shell fork cd

Convert between dialog base units and pixels

c winapi

How to implement a non-preemptive splitting insert in a B-tree?

c b-tree

Is there any difference between Linux's sendfile() and Oracle Solaris' sendfile()?

c linux solaris sendfile

Zero optimization in the compiler

c

malloc alternative for interrupt safety

What does the main() function mean for a program

c

Inferring non-aliasing solely from restrict pointer parameter declarations

variadic macro doesn't compile

How do I determine the memory layout of a structure?

c memory compilation struct

Lua script to C++ code

c lua stack