Mail Archives: djgpp/1997/12/03/04:31:19
BlueShade wrote:
> First, I was wondering if anyone could tell me how to access "ellipses
> variables". An example of what I'm babbling about is as follows. If
> I
> define a function:
>
> void something( int x, int y, ... );
>
> How do I access the variables that come in the ...? Well, that's all
> for now...
The <stdarg.h> routines. A good ANSI C book, or `info va_start' should
be a good starting point.
--
Erik Max Francis, &tSftDotIotE / mailto:max AT alcyone DOT com
Alcyone Systems / http://www.alcyone.com/max/
San Jose, California, United States / icbm://+37.20.07/-121.53.38
\
"Since when can wounded eyes see / If we weren't who we were"
/ Joi
- Raw text -