sanjurosaves / monty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x18. C - Stacks, Queues - LIFO, FIFO

File Description
README.md readme
monty.h header file
monty.c main entry point
errors.c error functions
get_mi_func.c gets functions to handle monty instruction
add.c adds data from top two stack elements
nop.c does nothing
pall.c prints entire stack
pint.c prints value at top of stack
pop.c delete value at top of stack
push.c pushes element to top of stack
stack_len.c returns number of elements in stack
sub.c subtracts data
vread.c variadic read function to enable vsscanf

About


Languages

Language:C 95.9%Language:M 2.1%Language:MATLAB 1.3%Language:Forth 0.7%