Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Returning an array of variable size in c from a function

c function

Why two identical pointers do not compare equal with -O1? [duplicate]

what does using typedef mean when used without an existing definition

c typedef

Tools using function names in the first column

c coding-style

getaddrinfo addrinfo result in stack or heap

How to safely close a large c application in linux?

Remove all non alphabet characters from a string in C -- possible compiler issue

c alphabet string.h

C "error: longjmp causes uninitialized stackframe" when using longjmp

c memory setjmp

bss section end address is less than start address

What is the proper way to use clock_gettime()?

c time.h

Trailing padding in C/C++ in nested structures - is it neccesary?

Is strict aliasing one-way?

BSS vs DATA segment in memory

c memory embedded

Is it possible to "grab"/"scrape" the .Call() output of C printf() within R (or with Rprintf())?

c r string

How to convert an Integer to LARGE_INTEGER

c windows winapi timer driver

Does arm-none-eabi-gcc produce slower code than Keil uVision

c gcc arm stm32

Why waitpid return -1 when run in debugger?

c macos posix fork waitpid

aligning function declarations in clang-format

c++ c clang-format

Actor-model library, framework, or language written in C?

c erlang actor

How to implement an interpolating delay line and all pass filter with the karplus strong algorithm?