Rule 16.1 : variable argument lists

These are used when implementing a C std routine with varargs (mostly stdio).

./src/printf.c
./src/scanf.c
./src/time.c
./src/wprintf.c
./src/wscanf.c
./src/wtime.c