Okay,

I just created a header file called "practice.h"
All it contain is
#define ERROR printf("\nError");

Then I go back to my source file and #include <practice.h>
but when I compile it cant locate it.
All files are in the same directory.
Any help.

(New to C )

Thanks