#include <stdarg.h>#include <stdio.h>

Go to the source code of this file.
Defines | |
| #define | INTARG 1 |
| #define | DBLARG 2 |
Functions | |
| void | printargs (int *arg_type_p,...) |
| int | main () |
Variables | |
| int | arg_types [] = { INTARG, DBLARG, INTARG, DBLARG, 0 } |
| #define DBLARG 2 |
| #define INTARG 1 |
| int main | ( | ) |
| void printargs | ( | int * | arg_type_p, | |
| ... | ||||
| ) |
| int arg_types[] = { INTARG, DBLARG, INTARG, DBLARG, 0 } |
1.5.6