Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C - split a string with pipes using strtok

c strtok

Bitwise operation with (signed) enum value

About pointers and strcpy() in C

c string pointers char strcpy

Why wrap a struct with a union?

c struct

Reading a file and print the content in C

arrays c file pointers

Working with ELF files

c linux elf

Stopwatch program in standard C

c

malloc in Release vs Debug (VC 2012)

c malloc

Frama-C/WP not able to prove loop invariant with \at

Why does memcpy need a const void pointer?

c

Undefined reference to jpeg_CreateDecompress() error when using libjpeg

c linux libjpeg

can't build with the latest keil MDK version(V5.37)

c arm keil

How can I create an array of arrays of strings of varying lengths in C?

Optimizing multiplication of elements 2^x-1

c simd avx

Why is the implementation of access_ok macro from uaccess.h not using all of its arguments?

c unix macros kernel ioctl

Trapping floating point exceptions and signal handling on Apple silicon

Unary operator ambiguity [duplicate]

How to check if an initialised struct is empty or not?

c struct

gcc -E does not expand C11 _Generic expressions

c generics gcc c-preprocessor

Passing buffer overflow exploit string while program is running?

c buffer-overflow