/* * input.h */ #ifndef INPUT_H #define INPUT_H #include "tunit.h" int input(char **files, int nrfiles, struct tunit *tunit); #endif /* INPUT_H */