gcc -c .reflect.real.c -o .reflect.real.o –
Month: February 2023
Why cast an unused function parameter value to void?
Why cast an unused function parameter value to void? – In some C project, I have seen this code: static […]
where is the definition of extern char **environ?
where is the definition of extern char **environ? – we can get the environment variable in C like this: extern […]
separate discussion). My own preference is a dedicated function
separate discussion). My own preference is a dedicated function –
Wrong implementation of Peterson’s algorithm?
Wrong implementation of Peterson’s algorithm? – I was trying to learn something about parallel programming, so I tried to implement […]
0.30 0.809
0.30 0.809 –
Mount USB drive in linux with C
Mount USB drive in linux with C – I am looking to programatically mount a USB drive in Linux, so […]
Change a bit of an integer [duplicate]
Change a bit of an integer [duplicate] – This question already has answers here: How do I set, clear, and […]
assigning more than one character in char
assigning more than one character in char – Why this program gives output ‘y’ #include <stdio.h> int main(void) { char […]
Is there a simple alternative to Readline? [closed]
Is there a simple alternative to Readline? [closed] – Closed. This question does not meet Stack Overflow guidelines. It is […]