mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-24 15:31:17 +00:00
6 lines
186 B
C
6 lines
186 B
C
/************************************
|
|
* C02 Conditional Parsing Routines *
|
|
************************************/
|
|
|
|
void prscnd(char trmntr, int revrse); //Parse Conditional Expression
|