I have a library in c one of the files has name something like this :
template.h
but inside the code call the header in this way
#include "template/template.h"
I have not file in this name template/template.h
in the folder.
Is that the same file or what that mean? because when run the code that call "template/template.h"
I got on template/template.h: No such file or directory