mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-16 14:30:33 +00:00
9 lines
240 B
C
9 lines
240 B
C
/************************************
|
|
* C02 Conditional Parsing Routines *
|
|
************************************/
|
|
|
|
int cmpsgn; // Comparison contains signed operands
|
|
|
|
void prscnd(char trmntr, int revrse); //Parse Conditional Expression
|
|
|