holbertonschool-low_level_programming

C programming language projects

View the Project on GitHub Gzoref/holbertonschool-low_level_programming

0x00. C - Hello, World

Exercises


##0-preprocessor

Write a script that runs a C file through the preprocessor and save the result into another file.


1-Compiler

-The C file name will be saved in the variable $CFILE -The output file should be named the same as the C file, but with the extension .o instead of .c.

2-assembler