Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Is unsigned char always promoted to int?

Is it safe to pass a va_list to another function without using va_copy?

C99: cast callbacks with different number of arguments

c function pointers casting c99

Equivalent of uintptr_t/intptr_t for pointers to functions?

c language-lawyer c99 c11

It is possible to mix C89 code with C99 code?

c c99 c89

Equivalent of std::aligned_storage<> in C?

c++ c alignment c99

Function overloading in C using GCC - compiler warnings

Struct vs string literals? Read only vs read-write? [duplicate]

What does (int (*)[])var1 stand for?

numpy.nextafter decrementing instead of incrementing

python numpy posix c99

Initialise all elements in an array with a value using compound literals

c arrays gcc c99 gcc4

Can a C compiler change bit representation when casting signed to unsigned?

c c99 language-lawyer

Does MISRA C 2012 say not to use bool

lvalue doesn't designate an object after evaluation?

c c99 language-lawyer

Declaring anonymous struct in for loop, clang fails to compile

c c99

static size of array in C99 [duplicate]

c arrays gcc c99

C99 remove stricmp() and strnicmp()?

c string c99

c99 - error: unknown type name ‘pid_t’

c c99 pid c11

Undefined behavior: when attempting to access the result of function call

Flexible array member in C-structure

c c99 flexible-array-member