Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Disable SIGPIPE signal on write(2) call in library

c linux pipe signals sigpipe

Compile OpenSSL for Android with Bazel

android c openssl bazel

C program to calculate the determinant of a NxN matrix

c arrays

Can a standards-conforming string be longer than SIZE_MAX characters?

c string language-lawyer c11

Possible to force memory alignment on pointer param in C?

How to mock functions in headerfiles?

c unit-testing gcc cmocka

strcasestr still not working

c string

How do I generate a series of number with unique digits in C?

c

Libev: how to schedule a callback to be called as soon as possible

c timeout libev

Where is the definition of __warn_memset_zero_len in string3.h

c linux gcc linker

Reading from `forkpty` child process: `ls /` output yields `EIO`

c ipc execvp pty

Do statically linked libraries require linking with their dependencies?

Type of bit-field members

c++ c bit-fields

Why "%d" is not equivalent to " %d" as a format string in scanf

c scanf

Releasing memory allocated by C-runtime from Haskell

Why do I keep getting "error: variable has incomplete type 'struct intVec'?

How do I find variables that should be constants in C?

c

Unexpected valgrind "invalid write" when fstack-check is used

c gcc valgrind

How can I retrieve a stack trace of the currently running function's stack?

c debugging stack trace vxworks

Does memory dependence speculation prevent BN_consttime_swap from being constant-time?