Hello all,
I have a quick question, if i like to created my own library function file with the *.h extension, I am not sure if that is the right term, after that, where do i place it.
What i am referring to is in the beginning of every C program, you have the following
#include (stdio.h>
but if i write my own and call it ABC.h, i would do the following:
#include "ABC.h"
But the ABC.h file, where in the Pelles C installed directory do I place the file.
Thanks in advance