If I have a header file List.h that contains the prototypes of the functions related to a list, the definitions of the functions are in a source file (c file) that contains th
If I have a header file List.h that contains the prototypes of the functions related to a list, the definitions of the functions are in a source file (c file) that contains th