Results 1 to 2 of 2
Hello,
What is required to include standard linux header files when writing linux c programs?
Where are these libraries kept? /usr/src/linux?
Thanks in advance...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-11-2008 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 10
Including standard libraries and header files when writing linux c programs
Hello,
What is required to include standard linux header files when writing linux c programs?
Where are these libraries kept? /usr/src/linux?
Thanks in advance
- 09-11-2008 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 29
check in /usr/src/linux-XXXX/include/linux/ for kernel/module programs
and /usr/include/ for user application programs


Reply With Quote
