Hi, I have a C program split into different source files. I am trying a new compiler and for some reason it only accepts a single source file. So I need to "mix" all my different C source files into a single one. Do you know about some type of python script able to do this kind of task ? Thanks