#ifndef FILES_H #define FILES_H void replace(char *, char *, int, char **); char **extract(char *, char *, int, char **); #endif