2014-04-08 18:56:28 +00:00

12 lines
152 B
C

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