4
votes
6answers
620 views
How to structure #includes in C
Say I have a C program which is broken to a set of *.c and *.h files. If code from one file uses functions from another file, where should I include the header file? Inside the *.c file that used t …
