]> www.ljiriste.work Git - Libft.git/commit
Compress ft_stack into a single file
authorLukáš Jiřiště <redacted>
Mon, 6 Apr 2026 11:04:40 +0000 (13:04 +0200)
committerLukáš Jiřiště <redacted>
Mon, 6 Apr 2026 11:04:40 +0000 (13:04 +0200)
commit4eb1ca54a03ce22c0df9ce4531e5fad4b483d0c8
treee280cde0a8e50d8916ff6a2c4ee317f8f2199a24
parent6cc8564c55e713c839558df6b0d5b738930af0c6
Compress ft_stack into a single file
Makefile
ft_struct/ft_stack.c [new file with mode: 0644]
ft_struct/ft_stack_free.c [deleted file]
ft_struct/ft_stack_init.c [deleted file]
ft_struct/ft_stack_pop.c [deleted file]
ft_struct/ft_stack_push.c [deleted file]
ft_struct/ft_stack_top.c [deleted file]