Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!cmcl2!brl-adm!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uxc.cso.uiuc.edu!ccvaxa!aglew From: aglew@ccvaxa.UUCP Newsgroups: comp.lang.c Subject: Re: C machine Message-ID: <28700025@ccvaxa> Date: 21 Jan 88 00:12:00 GMT References: <461@auvax.UUCP> Lines: 9 Nf-ID: #R:auvax.UUCP:461:ccvaxa:28700025:000:345 Nf-From: ccvaxa.UUCP!aglew Jan 20 18:12:00 1988 >[gwyn@brl-smoke.ARPA] >If you don't like using a type other than a known basic type, you can of >course coerce the ptrdiff_t into a long via a (long) cast, but seldom is >this necessary or useful. (It is necessary if you're going to printf() >the value of a ptrdiff_t.) I suppose that there is no equivalent to %p for pointers for ptrdiff_t?