Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mimsy!eneevax!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: printf's %D, %O, and %X Message-ID: <6170@brl-smoke.ARPA> Date: Fri, 24-Jul-87 23:43:20 EDT Article-I.D.: brl-smok.6170 Posted: Fri Jul 24 23:43:20 1987 Date-Received: Sat, 25-Jul-87 17:46:30 EDT References: <1667@xanth.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB)) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 4 In article <1667@xanth.UUCP> kyle@xanth.UUCP (Kyle Jones) writes: >Do anyone know if printf() used to handle "%D", etc. as outlined above? It used to, but don't rely on it. Use %ld etc. instead.