Changeset 34088 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r16890 r34088 4 4 StackVar *convert_to_RPN (int argc, char **argv, int *nstack) { 5 5 6 int type , Nx, Ny;6 int type; 7 7 int i, j, Nstack, Nop_stack, NSTACK; 8 8 StackVar *stack, *op_stack; … … 17 17 } 18 18 19 N x = Ny = Nstack = Nop_stack = 0;19 Nstack = Nop_stack = 0; 20 20 for (i = 0; i < argc; i++) { 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
