SpiceQA
Questions
Tags
Users
Badges
user_6082851
@user_6082851
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
Is is necessary to use volatile when writing to hardware in C or C++?
3 votes
How to negate a positive integer in C without * or - operators?
3 votes
Can a C struct contain a pointer to an array of other structs (with a varying length)
2 votes
C macro that voids variable length input arguments
2 votes
How would you implement a basic event-loop?
1 votes
Top Questions
why is 1e400 not an int?
5 votes
1 answers
Giving snprintf() a too large size when output is small enough
4 votes
1 answers
make open() return when signal is caught
4 votes
3 answers
Is it UB to give a char argument to printf where printf expects a int?
2 votes
3 answers
How to clone a file descriptor? (not just duplicate it)
2 votes
1 answers