From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0a1801c2d733$142fb510$9949800a@will551> From: "Conor Williams" To: <9fans@cse.psu.edu> References: <20030218092315.46aa00cc.ggm@apnic.net>, <00f70240ed9f40be7e31a08ae604b047@centurytel.net> <3E5195A8.3040408@null.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [9fans] Re: acd compile problem Date: Tue, 18 Feb 2003 09:49:49 +0000 Topicbox-Message-UUID: 67364d28-eacb-11e9-9e20-41e7f4b1d025 hi tried compiling acd again last night - o what do I change doprint to? o strconv isnt in any library - is there a new one? o fmtinstall was being used already but the function being passed was msfconv(char *vaargs, Fconv *fp) { processing of vaags... strconv(buf, fp); return 0; } (or similar) fmtinstall needs a function of the form msfconv(Fmt *fp)... but how do I get the vaargs into the function? do I fill Fmt before I send the fp? or is that already rewritten If someone could send me the function msfconv or a url to the new version of acd that would be great tx will551