Xref: utzoo comp.realtime:913 comp.sources.wanted:13409 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!odetics!frank From: frank@odetics.com (Frank Merrow) Newsgroups: comp.realtime,comp.sources.wanted Subject: Needed: a stand-alone sprintf() Message-ID: <1990Sep25.175943.8850@odetics.com> Date: 25 Sep 90 17:59:43 GMT Reply-To: frank@odetics.UUCP (Frank Merrow) Distribution: na Organization: Odetics, Inc., Anaheim, CA Lines: 16 Hi, I need a version of sprintf() that will totally stand on its own. Most versions that I have found are tied to printf(), , FILE and all that mess. In my case, I am running in an embedded environment with NO OPERATING SYSTEM at all to speak of and I certainly don't want to supply all the stuff. I need a version of sprintf() that will do formatting for me and then allow me to do the I/O directly with the UARTs and other chips for output. I actually have a version, but its copyright status is a little shakey and it is a terrible implementation. (The warning messages fill a screen in Microsoft with /W3 dispite my repeated efforts to fix that and I would probably fall on the floor laughing if I ever handed the thing to lint.) If anyone could direct me to a "good" PD version I would appreciate it. Frank