Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Efficiently returning multiple values in C

Infinity as sentinel in mergesort?

c

C write() function not working

c

Access frequency limitation for reading PMCCNTR_EL0?

c arm profiling perf

Where should standard library include be writen ? .c or .h file?

c header-files

How to return a string from a MACRO function in C?

c string macros c-preprocessor

Is there a generic way to printf a variable?

c macros printf

Is converting from unsigned char to signed char and vice versa in C89 well defined?

c undefined-behavior c89

Best way to read stdin that may include newline?

c

Why does global symbol in the same file needed to be relocated?

Reading a line from text file dynamically

how to update install GCC 11.2 on windows

c windows gcc windows-10 mingw

pthread_mutex_lock_full assertion failed error

c++ c pthreads mutex

The program gives wrong answer for large input

arrays c sum

Which is the correct way to build a static library with link time code generation on Linux?

c++ c gcc linker lto

reading the environment when executing ELF IFUNC dispatch functions

c linux glibc elf

Will a thread waiting on a mutex get the ownership, immediately after mutex_unlock() by other thread?

64 to 16 bit hash key

c hash