Path: utzoo!utgpu!water!watmath!clyde!att!ihnp4!poseidon!psrc From: psrc@poseidon.UUCP (Paul S. R. Chisholm) Newsgroups: comp.lang.c Subject: itoa/ltoa/ultoa not standard Summary: Sorry, oops Keywords: itoa ltoa ultoa Message-ID: <481@poseidon.UUCP> Date: 31 Aug 88 16:47:10 GMT References: <650003@hpcilzb.HP.COM> <477@poseidon.UUCP> Organization: AT&T Bell Laboratories Lines: 13 <"I bought stocks like they were going out of style. And they did."> In article <477@poseidon.UUCP>, psrc@poseidon.UUCP (Paul S. R. Chisholm) writes how the convert-to-base-three problem could be solved by using the ultoa function. I thought this (and itoa and ltoa) were part of the ANSI C standard. They're not there, or in the System V Interface Definition (that is, they're not part of libc in the UNIX(R) operating system). They are available in Microsoft and Turbo C, which is where I know them from. Sorry for the confusion. (I know, I need to keep copies of the draft standard and the review draft of Mark Horton's book on portable C programming at the office *and* at home.) UNIX(R) is a registered trademark of AT&T.