Oracle and C code problem

Doug Gwyn gwyn at smoke.brl.mil
Fri Dec 7 06:41:48 AEST 1990


In article <1990Dec5.153358.7720 at cca.PUE.UDLAP.MX> news at cca.PUE.UDLAP.MX writes:
>	Is there anybody with some insight for me?

(1) Use the debugger; that's what it's there for.
(2) Perhaps sizeof() returns unsigned long int, not signed int as the
code assumes.



More information about the Comp.lang.c mailing list