Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

C preprocessor macro multiple arguments

c c-preprocessor

How to switch off local array merging in clang?

How to print to console (Linux) without the standard library (libc)

c linux gcc

char const *const *const varName

c pointers

How to interface my iSCSIinitiator to scsi subsystem in windows [closed]

c windows iscsi