convert_to_csv.c implements the function load_and_convert. The code is split into 2: convert_to_csv.c (contains the implementation) convert_to_csv.h (contains the declaration) The function takes one ...