Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

UNIX: What should be Stack Size (ulimit -s) in UNIX? [closed]

c++ c multithreading unix

Can strnlen be implemented with memchr?

c string posix

Is it undefined behavior to cast from a struct with a flexible array member to an otherwise identical one without?

c struct c99

Is there a standardized way to parse command line arguments in C?

c linux command-line posix

Can drand48() ever return 1?

c random posix

if-else condition in C

c if-statement

VS2010 C code - String pooling

How can I get how many bytes sscanf_s read in its last operation?

c scanf

Side effects of exit() without exiting?

c++ c

How does temporary storage work in C when a function returns?

c memory-management

C GPGMe ignore user keyring

c encryption gnupg gpgme

Making a shared data structure in c

c unix shared-memory

scanf doesn't return when pressing enter

c input buffer scanf

Checking presense of file using fopen in read mode does not given error for . or / filename

c linux file fopen

Why do allocated blocks in virtual memory vary so much from one run to the other?

Token string cuts off when inserting into 2d array in C

Atomicity of writing in a file with mmap?

c linux filesystems mmap

Strange behavior with string literals in C kernel

c kernel string-literals

arm-none-eabi-gcc: SECTIONS: unclear syntax *<archivename>.a:

c gcc arm linker-scripts