Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!seismo!ll-xn!ames!xanth!kyle
From: kyle@xanth.UUCP (Kyle Jones)
Newsgroups: comp.lang.c
Subject: printf's %D, %O, and %X
Message-ID: <1667@xanth.UUCP>
Date: Fri, 24-Jul-87 18:42:29 EDT
Article-I.D.: xanth.1667
Posted: Fri Jul 24 18:42:29 1987
Date-Received: Sat, 25-Jul-87 15:45:46 EDT
Lines: 6

For a long time now I've been under the impression that using "%D"," %O", and
"%X" in a printf() conversion spec is equivalent to using "%ld", "%lo", and
"%lx".  However when I looked at the documentation for printf (4.3 BSD) I
discovered that capitalizing "%d, "%o", and "%x" are not mentioned at all.

Do anyone know if printf() used to handle "%D", etc. as outlined aed aea