Skip to content

Files

Latest commit

520fc4e · Nov 19, 2022

History

History

0x10-variadic_functions

FILE 0-sum_them_all.c is a function that returns the sum of all its parameters.

FILE 1-print_numbers.c is a function that prints numbers, followed by a new line.

FILE 2-print_strings.c is a function that prints strings.

FILE 3-print_all.c is a function that prints anything.