Hi,
I have a project with multiple c files. Some of these modules have
functions that have the same name and their operations are exactly the
same.
My rusty memory tells me there is a way with preprocessor directives to
make sure these functions are not included more than once, but I forgot
how to.
Can somebody please give me an example?
I have a project with multiple c files. Some of these modules have
functions that have the same name and their operations are exactly the
same.
My rusty memory tells me there is a way with preprocessor directives to
make sure these functions are not included more than once, but I forgot
how to.
Can somebody please give me an example?
Comment