H
Harvey Twyman
I have code written under the CCS 'C' Compiler to run on a PIC microcontroller.
Code Extract:
-------------------------------
char a,b,c;
-------------------------------
c = ( a == b );
-------------------------------
It also uses this syntax in "Function Calls" thus:
function ( a == b );
-------------------------------
function ( char x ) { ... }
-------------------------------
===========================================
Question:
What does this mean as my Hi-Tech 'C' Compiler doesn't understand it either?
===========================================
Harvey Twyman
About Me: http://www.Twyman.org.uk/CV
===========================================
Code Extract:
-------------------------------
char a,b,c;
-------------------------------
c = ( a == b );
-------------------------------
It also uses this syntax in "Function Calls" thus:
function ( a == b );
-------------------------------
function ( char x ) { ... }
-------------------------------
===========================================
Question:
What does this mean as my Hi-Tech 'C' Compiler doesn't understand it either?
===========================================
Harvey Twyman
About Me: http://www.Twyman.org.uk/CV
===========================================