Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Oracle and C code problem Message-ID: <14667@smoke.brl.mil> Date: 6 Dec 90 19:41:48 GMT References: <1990Dec5.153358.7720@cca.PUE.UDLAP.MX> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <1990Dec5.153358.7720@cca.PUE.UDLAP.MX> news@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.