Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

sizeof with a type or variable

c coding-style sizeof

How to initialize a a struct of structs inside a header file in C?

Which is the right style to use function pointer?

c pointers

When a C library is statically linked does the whole library get added to the executable?

Get system uptime since last boot in C

c dos

Pack/unpack short into int

C function pointer casting to void pointer

C hsearch finds values not entered before

c posix associative-array

Emacs C++, opening corresponding header file

c++ c emacs

How can I check my byte flag, verifying that a specific bit is at 1 or 0?

c math binary bit-manipulation

getnameinfo -- what's syscall for it in Linux?

unshifted register required - Assembler throws error on the TST instruction

c assembly arm cortex-m thumb

Redirect printf to TWO streams

c

Where is the implementation of strlen() in GCC?

c glibc strlen

How can you mark a segment of memory as executable in C?

c executable jit

String concatenation using preprocessor

c++ c string

Conversion rank of bit-precise integers

c language-lawyer bitint

Duplicate global variables when using static library in shared library

c gcc shared-libraries

Structure padding clarification for 32-bit and 64-bit architecture

c gcc struct

What to do if <threads.h> isn't recognize (in C11)?