cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Finding docs for #include Directives
Finding docs for #include Directives
Jan 25, 2010 at 6:48am UTC
over9k
(7)
I'm poking around in some source of applications, and realized that I need more information on the includes to better understand what is going on.
i.e.:
1
2
3
4
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
#include <unistd.h>
Where can I find this information, some of these aren't in the reference here.
Thanks.
Jan 25, 2010 at 6:58am UTC
firedraco
(6243)
I would try checking the man pages first.
Topic archived. No new replies allowed.