Skip to content

Integrate argument parsing process

This is the code required to integrate the functions that Alex and I shall then work on individually (parse_arguments() and populate_stack()).

Note that I've changed the prototype of parse_arguments(). argv has been changed from char*** to char**. This is because I forgot that arrays and pointers are effectively pass-by-reference in C.

Closes #7 (closed)

Edited by ja3-saxby

Merge request reports