Script to change the line #include at all my .c files

Viewed 36

I am trying to recompose a project with many files and I need to change the #include of all of them, does anyone have any recommendations?

example of what I need:

#include "lib.h"

has to be changed to

#include "../inc/lib.h"
0 Answers
Related