modernize a couple examples/COUPLE apps
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef FILES_H
|
||||
#define FILES_H
|
||||
void replace(char *, char *, int, char **);
|
||||
char **extract(char *, char *, int, char **);
|
||||
void extract(char *, char *, int, char **);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user