|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.63, 2002/10/22 02:34:47 | version 1.64, 2002/10/22 02:44:34 | ||
|---|---|---|---|
|
|
||
| va_list ap; | va_list ap; | ||
| va_start(ap, m); | va_start(ap, m); | ||
| (void)va_arg(ap, int); /* ignore value, advance ap */ | |||
| proto = va_arg(ap, int); | proto = va_arg(ap, int); | ||
| va_end(ap); | va_end(ap); | ||