C68 File extensions
Posted: Sun Oct 25, 2020 8:46 pm
Hi,
I read in the C68 manual, that the compiler converts the .c separater to a underscor _c
file.c becomes file_c
But if there us a file to be included, e.g. header.h, with the statement:
#include "header .h"
where the file is located in the current directory.
The cc programme can not find the the file until the file is renamed to header_h
Is there a command to overide the separator conversion, as I can not find it in the manual.
I read in the C68 manual, that the compiler converts the .c separater to a underscor _c
file.c becomes file_c
But if there us a file to be included, e.g. header.h, with the statement:
#include "header .h"
where the file is located in the current directory.
The cc programme can not find the the file until the file is renamed to header_h
Is there a command to overide the separator conversion, as I can not find it in the manual.