Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Some misunderstand about casting in generic function

Can't compile C program as PostgreSQL stored procedure

c postgresql

C with microcontrollers: starting address of struct to be a specific address?

How to get pseudo-random uniformly distributed integers in C good enough for statistical simulation?

c random

Inconsistent summation in C

how to call printf in C __asm__()? [duplicate]

c assembly

Network program works in Linux, not under Cygwin

Cannot create anonymous mapping with MAP_32BIT on MacOS

c macos memory-management mmap

static size_t strnlen(const char *s, size_t max) -- why a static return value?

c syntax strlen

How to read specific number of characters from c-string?

c string

4-bit LCD with C code

How does casting to "signed int" and back to "signed short" work for values larger than 32,767?

c++ c variables types casting

Print File name to stdout

c file error-handling

Nested indices in single bracket of an array

c arrays indices

Unexpected cast during assignment

Passing user data with timer_create

c++ c linux timer posix

What's a good way to check availability of __restrict keyword?

Authenticode or other code signing for Mac and Linux

c linux macos signing

Managing without Objects in C - And, why can I declare variables anywhere in a function in C?

c oop variables