]> www.ljiriste.work Git - Libft.git/commit
Implement the queue structure no_crash
authorLukáš Jiřiště <redacted>
Mon, 6 Apr 2026 11:08:25 +0000 (13:08 +0200)
committerLukáš Jiřiště <redacted>
Mon, 6 Apr 2026 11:08:25 +0000 (13:08 +0200)
commit4ba6b50dd1e1ed20766357d27fff60a6e5febc70
tree41a27f82fc76b73f8aa8051ce9dfb187bf1c5003
parent4eb1ca54a03ce22c0df9ce4531e5fad4b483d0c8
Implement the queue structure

It is the same as stack except for the names and a single line of code
that places the new elements at the end instead of the beginning.
Maybe there is an elegant refactor that would unify these.
Makefile
ft_struct/ft_queue.c [new file with mode: 0644]
inc/ft_struct.h