Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Difference of using structure "variable" (type alias) and structure itself in C?

c

Passing a pointer of a locally created array in C to a function different behave

c pointers embedded stm32 modbus

Sizeof compound literal array producing side effects?

c misra

memcpy zero bytes into const variable - undefined behavior?

Creating a struct referencing itself in C using custom type

c struct typedef

How do I call a global C function pointer in NASM without warnings?

Function returning 101 and -101 instead of 1 and -1

Why does an `invlpg` instruction not work when I pass a pointer as a memory operand in inline assembly?

c assembly x86 inline-assembly

How to fix a C Program bug, preventing Multiple File Creations in a single execution?

Does C language spec guarantee mapping of Unicode code points to numerical wchar_t values?

uint64_t or int64_t for bitwise operations?

c

What is the difference between an enumeration constant and an enumerator?

c enums scope enumeration c17

Lex Setup Correctly Validating Assignments but not Expressions

c lex

Using multi-char literals as enum values

c

What C GNU-isms exist?

c gcc language-extension

Memory allocation for union in C

c arrays unions

What will happen if I call pthread_join() on an unused pthread_t?

c++ c pthreads

How to set several number of threads in hybrid openMP/MPI program

Split string into Tokens in C, when there are 2 delimiters in a row

c split token strtok