TucsonDon Member Mar 16, 2022 #1 In C is there a difference if something is defined in a source file or a header file?
rjenkinsgb Well-Known Member Most Helpful Member Mar 16, 2022 #2 Only by convention. Header files can be included multiple times and are not supposed to generate any code when compiled, but there are exceptions to that..
Only by convention. Header files can be included multiple times and are not supposed to generate any code when compiled, but there are exceptions to that..