Home
last modified time | relevance | path

Searched refs:STACK_OPERATION (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_calculator/
Devaluate.c24 }STACK_OPERATION; typedef
50 UINT popOperation(STACK_OPERATION *stack, char *operation) in popOperation()
65 UINT pushOperation(STACK_OPERATION *stack, char operation) in pushOperation()
109 STACK_OPERATION stack_operation; in evaluate()