DEV Community

Discussion on: The different files of C

Collapse
 
juancarlospaco profile image
Juan Carlos

Yes you can include other c files in your c file.
Or you can tell the compiler to include the file via a command line parameter, then it builds all C files as one thing, this way the compiler can compile the files in parallel.