New answers tagged linux
7
votes
Accepted
Shared-Memory Queue Implementation in C
Please add an include guard to the header so that it can safely be included more than once in a translation unit.
Take care with names:
...
1
vote
Subset of UNIX standard tar implementation
Let's look at the Makefile.
.PHONY: all clean docs help
Also remove and install; possibly ...
Top 50 recent answers are included
Related Tags
linux × 572bash × 196
c × 141
shell × 82
python × 70
c++ × 54
beginner × 53
file-system × 45
sh × 37
installer × 34
performance × 33
posix × 33
assembly × 32
networking × 26
unix × 26
python-3.x × 20
console × 18
parsing × 17
security × 16
socket × 16
strings × 14
server × 13
reinventing-the-wheel × 12
windows × 12
child-process × 12