Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

ARM Cortex-M4: Running code from external flash

c arm embedded cortex-m

Code with and without -std=c99 produces different results (UMAC AE implementation)

c gcc c99 compiler-options

explain the Outcome of C program [duplicate]

c implicit-conversion

Understand fprintf syntax

c printf

How to return char (*)[6] in c?

Internal parallelization by CPU

c++ c performance prng

Implementing execution timeout with C/C++

c++ c linux timeout execution

Create a macro that can omit a line based on a parameter

c gcc c-preprocessor

How to find the universal sink of a directed graph with an adjacency-matrix representation

c algorithm graph

writing framed data without extra write() cost

c sockets unix

Get Parent Process Name (Windows)

c windows winapi process

Kernel module makefile output name

c linux makefile linux-kernel

Dynamically allocate and free memory in local functions

c memory-leaks free

Embox compilation and flashing

How to avoid dangerous vsprintf when you don't know the buffer size

c static-analysis stdio cstdio

how to draw vertical lines between braces in vim?

c vim

Initialize a 16mb array in C

File descriptors before fork()

c unix fork file-descriptor

Why does `memmove` use `void *` as parameter instead of `char *`?

c memmove

How to read terminal's input buffer immediately after keypress

c linux stdin input-buffer