Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how to find the cause of stack smash

c debugging stack

SSL_read() does not return after successful handshake

When does malloc not call mmap?

Recognizing EOF vs newline in getline in C

c newline eof getline

Data segment vs stack [closed]

c stack data-segment

Portable way to determine sector size in Linux [duplicate]

c linux hard-drive sysfs

Does C always initialize the last element in char array to zero? [duplicate]

c gcc

C struct initialization with pointer

c

why I cannot kill the process group with this c code?

c linux multiprocessing kill

Significance of Hex numbers specified in RFC 3174 (SHA-1)

c hex sha1

Format specifiers for fixed-width integers?

c

Check if two numbers are close to each other

c

Resources for modularizing C applications [closed]

c gcc makefile configure

Execution Flow - Possible to enter function twice before exiting?

c execution

Threads or Processes? Having data-independent tasks, what is better to use?

How to get a sha256 hash of a file using ANSI C

c hash

How values are changed in C unions?

c

Implementing a non-standard SPI variation on ARM Cortex M3

c arm embedded cortex-m

How to get Keyboard inputs into a kernel?

c x86 keyboard kernel osdev

C include paths: Safe to use hyphen & underscore?

c gcc include include-path