Tagged Questions
-2
votes
1answer
173 views
Difference Between #include “file.h” and #include <file.h> [closed]
What is the difference between the #include "file.h" and the #include <file.h>? Surely they mean the exact same thing, because I have a file that has something like this:
#include ...
4
votes
2answers
2k views
“sys/ioctl.h” header in linux
I am on Linux 2.6.32-26-generic
When I look in to the linux source code for "ioctl.h" hearer file, I could see many variants. (for different platforms, I guess). i.e.
./fs/ocfs2/ioctl.h
...