Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does recursion in the C preprocessor abuse an inconsistency in the standard?

How to make an output function similar to Python's in C?

python c output

Memory does not get allocated with the MAP_ANONYMOUS and MAP_SHARED_VALIDATE flag in mmap()

c linux unix mmap

C getline memory leak different behaviours

Why is it possible to pass a double pointer (address of address) to scanf?

c scanf

Can a system call happen in a C program? [duplicate]

c function system-calls libc

Where is an enum stored?

c assembly enums compilation

Difference between scanf for char * and char [ ]?

c

How to reduce time complexity in traversing a string?

Is reading an uninitialized value always an undefined behaviour? Or are there exceptions to it?

lua_numbertointeger - why can we assume INT_MIN has an exact representation as a float?

c lua

ARM Cortex M0+: How to use "Branch if Carry" instructions in C-code?

When is it useful to write "0 - x" rather than "-x"?

Square brackets after pointer declaration/reference

Unsure as to why toupper() is cutting off last letter in C

arrays c letter toupper

memfd_secret(): how is it supposed to work? [closed]

c linux memory linux-kernel

Alternatives to register_printf_specifier ( to print numbers in binary format using printf() )

c printf glibc

Why my void function from another file is not running in this C program?

c modularity

Finding number of repeated elements in an array using C

arrays c

Haskell FFI / C MPFR library wrapper woes