From: utzoo!decvax!harpo!gdw Newsgroups: net.unix-wizar Title: Uppercase printf on BSD Article-I.D.: harpo.937 Posted: Tue Aug 10 10:09:33 1982 Received: Thu Aug 12 05:35:11 1982 I have a ProLog PROM programmer that requires uppercase hex to operate it over a unix dial up. The software I have uses the "%X" conversion specification of printf (and fprintf) in Unix 3.0. Since BSD doesn't support this conversion and printf is in assembler (_doprnt.s) so I can't modify it, I need a printf that runs under BSD4.1. The non-stdio printf used for ex won't handle fprintf or sprintf. Any printf's written in C out there? Gordon Woods harpo!gdw