Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is and how to solve the warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘int *’ [-Wformat=] when printing it out

c compiler-warnings

Library to write an odf file from a C program [closed]

c document openoffice.org

Apache module command parser prototype

Linux Loader Lock / loader int __attribute__((constructor))

c linux .so

Frama-C / WP Proof of Moving Average Function - Pointer validity of array slice fails

C with inline assembly - recursive function that calls within the asm statement

Is value of variable always negative in case of overflow

c++ c integer-overflow

Understanding the flow of the kernel upon receiving a SIGSEGV for null-dereference

Function definition with prototype vs without prototype

How can a string parameter be of type byte * and of type wchar_t * at the same time?

c winapi char wchar-t

In C struct, why packed,aligned seems to do padding?

c gcc struct padding packing

Do we need to specify "protocol" when "type" is SOCK_DGRAM or SOCK_STREAM in socket()?

c linux sockets tcp udp

How do I create a file descriptor backed by a simple char array?

Load .so file from a jar

Armstrong number in c programming

c

'struct mm_struct' has no member named 'mmap_sem' error in the module build after switching from 5.4.21 to 5.10.0-rc5

cmake to place the intermediate files to a certain directory

c++ c cmake build-automation

How to restore string after using strtok()

c sorting strtok

Does float in Linux gcc (5.4.0) obey IEEE754 rules?

Overriding execve() with LD_PRELOAD only works sometimes

c linux