Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Printf() printing character as 32 bit

c printf

Finite State Machines in C

c enums fsm

Compiler warning for function defined without prototype in scope?

Can static memory be lazily allocated?

c linux memory

Why can't a static initialization expression in C use an element of a constant array?

Serial port hangs on close()

simulate jg instruction(datalab's isGreater)

c assembly instructions eflags

Can someone explain how this C snippet will be evaluated w.r.t sequence points?

c expression

What does # sign mean in C?

c

click counter to light up LEDs using C code

c arduino atmelstudio

Are gcc __builtin functions guaranteed to be replaced by matching assembly instructions?

c gcc arm

ASAN heap use after free

How to use a variable as a format string in printk?

c linux-kernel printk

C: Array initialization requires a brace-enclosed initializer list - simple code

c arrays

How to pass structs to C function from x86-64 assembly on Mac (NASM)

c assembly struct x86-64

Is NULL a pointer?

How can I work around GCC optimization-miss bug 90271?

c gcc compiler-optimization

What is the relationship between POSIX and the C language?

c linux posix

Reading value from memory location (with 24-bit address) in 8-bit microcontroller

c pointers memory embedded

Linux system calls vs C lib functions

c linux system-calls