Skip to content
Snippets Groups Projects

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading