I am using Xcode (mac) and I want to import my own header file inside of a C project. How do I do this?
Does #include <C:\MyPath\MyHeader.h> not work?
#include <C:\MyPath\MyHeader.h>
Where "C:\MyPath..." is your OS's way to specify the path.