Skip to content
Snippets Groups Projects

"Add get length function"

Merged gaetan.siffert requested to merge 8-add-get-length-function into main
3 unresolved threads

Closes #8 (closed)

Edited by orestis.malaspin

Merge request reports

Approval is optional
Ready to merge by members who can write to the target branch.

Merge details

  • 1 commit and 1 merge commit will be added to main (squashes 2 commits).
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 # stack
2
1 # plz soyez gentil mercredi
  • 27 }
    28
    29 int get_length(stack *pile)
    30 {
    31 return pile->capacity;
  • 11 11
    12 12 void stack_peek(stack s, int *value);
    13 13 void stack_clone(stack s, stack *clone);
    14 int get_length(stack *pile);
  • gaetan.siffert added 1 commit

    added 1 commit

    Compare with previous version

  • gaetan.siffert added 1 commit

    added 1 commit

    Compare with previous version

  • gaetan.siffert added 1 commit

    added 1 commit

    Compare with previous version

  • gaetan.siffert marked this merge request as draft

    marked this merge request as draft

  • orestis.malaspin added 3 commits

    added 3 commits

    Compare with previous version

  • orestis.malaspin marked this merge request as ready

    marked this merge request as ready

  • mentioned in commit cf9ddf4c

  • Please register or sign in to reply
    Loading