Chris
2008-01-13 18:24:40 UTC
Hi,
I found this in a source I want to use and bcc55 accepts it without error.
I can't find anything about it in the docs.
zprintf(2, "INSERTING BITS: %d\n", v_bits);
The first parm (2) is in some other line 1.
It outputs to the console like a normal printf().
Can someone explain what it does and why it's not in the docs?
Thanks,
Chris.
I found this in a source I want to use and bcc55 accepts it without error.
I can't find anything about it in the docs.
zprintf(2, "INSERTING BITS: %d\n", v_bits);
The first parm (2) is in some other line 1.
It outputs to the console like a normal printf().
Can someone explain what it does and why it's not in the docs?
Thanks,
Chris.