modernize a couple examples/COUPLE apps

This commit is contained in:
Steve Plimpton
2023-04-12 15:59:12 -06:00
parent ff5b4e971d
commit b3c00f3edf
28 changed files with 57 additions and 744 deletions

View File

@ -29,7 +29,7 @@ void replace(char *file, char *header, int n, char **lines)
/* ---------------------------------------------------------------------- */
char **extract(char *file, char *header, int n, char **lines)
void extract(char *file, char *header, int n, char **lines)
{
FILE *fp = fopen(file,"r");