Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!sdd.hp.com!uakari.primate.wisc.edu!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: integer representation (was: BSD bzero() & NULL) Message-ID: <14566@smoke.brl.mil> Date: 23 Nov 90 22:32:16 GMT References: <3764@skye.ed.ac.uk> <14518@megatest.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 12 In article <14518@megatest.UUCP> djones@megatest.UUCP (Dave Jones) writes: >From article <3764@skye.ed.ac.uk), by richard@aiai.ed.ac.uk (Richard Tobin): >) The intention is to allow 2s and 1s complement. >Makes you wonder why the hell they didn't say that, doesn't it? >I think standards committees must take courses in wind-production. The standard says what X3j11 intended to say about this. Note that Tobin's paraphrase is inaccurate. Sign-magnitude representation is also permitted. The terminology in the standard relies on the ANSI dictionary to supply the meanings for technical terms not defined in the C standard; the terminology used was exactly what was meant.