Functions defined in header files
Created by: Arcterus
We really shouldn’t be defining functions in header files (e.g. include/bits/stdio.h
). At a minimum, if we keep the definitions in the headers for some reason, we should mark them as static
.