How do I include a include file which is in a different folder and the .c file where I am calling this file is in a different folder?
Lets say I want to include sample.h file which is in a different folder.
is it like #include "c:\difffolder\ sample.h" ?
Is it same syntax for both windows and unix based compiler?
Please advise.
Lets say I want to include sample.h file which is in a different folder.
is it like #include "c:\difffolder\ sample.h" ?
Is it same syntax for both windows and unix based compiler?
Please advise.
Comment