| ??? 10/28/08 16:49 Read: times |
#159431 - No one says you have to use every short cut in C Responding to: ???'s previous message |
if (!ready && (length == 0))
{
output = ~ output;
pointer++;
}
if (ready == FALSE && (length == 0))
{
output = ~output; // Invert output
pointer + pointer + 1;
}
No one says you have to use every short cut in C. |



