Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!rg20+ From: rg20+@andrew.cmu.edu (Rick Francis Golembiewski) Newsgroups: comp.lang.c Subject: Help on Variable Args. Message-ID: Date: 14 Jan 90 05:09:49 GMT Organization: Class of '92, Carnegie Mellon, Pittsburgh, PA Lines: 13 Hello, I've got a problem that I can't seem to find an answer to: Basically I want to have a function which can take varuable arguments, and then pass them to sprintf, I also have to work around this declaration extern int wprintw (WINDOW *, char *, ); Basically I'm trying to hack up enough of curses to implement omega on my amiga (I've got a working version now, but I kludged the variable args), so I'de appreciate any help that anyone can give. Also I don't read lang.c regularly so please reply via email. // Rick Golembiewski rg20+@andrew.cmu.edu \\ \\ #include stddisclaimer.h // \\ "I never respected a man who could spell" // \\ -M. Twain //