Help on Variable Args.
Rick Francis Golembiewski
rg20+ at andrew.cmu.edu
Sun Jan 14 16:09:49 AEST 1990
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+ at andrew.cmu.edu \\
\\ #include stddisclaimer.h //
\\ "I never respected a man who could spell" //
\\ -M. Twain //
More information about the Comp.lang.c
mailing list