1/* f_specs.h */ 2 3 4int input(char *[]); 5 6void double_space(char *[], 7 int); 8 9void output(char *[], 10 int);