# README
This example uses the standard C library's printf
function to demonstrate the usage of variadic functions.
int printf(const char *restrict format, ...);
This example uses the standard C library's printf
function to demonstrate the usage of variadic functions.
int printf(const char *restrict format, ...);