Skip to content

Files

Latest commit

b10ebea · Mar 23, 2023

History

History

0x0A-argc_argv

C - argc argv

The project was about writing programs that arguments could be passed to on the command line while running them. The project revealed the prototypes of main() and taught me how to use __attribute__((unused)) or (void) to compile functions with unused variables or parameters