index
:
rpncalc
this commit
master
a simple, external depedency-less reverse polish notation calculator
steew <steew@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmds.h
blob: ba54faca0d3bd1ccdc2c4c167e16ca0c452c3919 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#ifndef CMDS_H
#define CMDS_H
#include
"state.h"
extern
command
CMD_LIST
[];
#endif