A simple calculator using the Reverse Polish notation (RPN)
Find a file
2025-01-01 15:29:29 +01:00
.gitignore Initial commit 2024-12-25 18:21:06 +01:00
calculate.c Use stack just as pointer 2025-01-01 15:29:19 +01:00
input.txt Add test input.txt 2025-01-01 15:29:29 +01:00
LICENSE Create LICENSE 2024-12-25 20:01:36 +01:00
Makefile rename calculator to calculate 2024-12-27 13:52:30 +01:00
stack.c Rename stack var and update print_stack 2025-01-01 15:28:33 +01:00
stack.h Rename stack var and update print_stack 2025-01-01 15:28:33 +01:00