Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Observing shared mapped file memory in linux

inline function vs macro function [duplicate]

c macros inline

Casting structure pointers between structs containing pointers to different types?

c pointers struct casting size

Determine if a string is a valid IPv4 address in C

c string

C library to easily create interactive shell

c parsing shell command

Converting CMTime to human readable time in objective-c

read from standard input into mmap

c

When is char* safe for strict pointer aliasing?

c sockets strict-aliasing

How to force an unused memory read in C that won't be optimized away?

How to update weights when using mini batches?

How is rustc able to compile source code from bash process substitution but gcc cannot?

c linux bash unix rust

Is mysql_insert_id thread safe?

mysql c

How to implement pipes for multiple processes?

c linux unix process pipe

How to encode PNG to buffer using libpng?

c png libpng

How to add null terminator to char pointer, when using strcpy

c pointers char malloc strcpy

Global arrays in threads

Temporarily overwrite a macro in C preprocessor

c c-preprocessor

libarchive reads too many chars when extracting a file

c malloc tar

Embedded GCC optimization magic

c gcc