Add a #include line to all c/c++ plus files
In linux/unix, is there anyway to add the #include line to all *.c or
*.cpp files automatically?
I have a large project which contains thousands of .c or .cpp source
files. However, I decided to #include a common header file into all
source files in order to config them globally. Is there anyway to do
that easily?
|