MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / main

Function main

lab5/src/1/main.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4void print_any_number_of_integers(int n, ...);
5
6int main()
7{
8 print_any_number_of_integers(1, 213);
9 print_any_number_of_integers(2, 234, 2567);
10 print_any_number_of_integers(3, 487, -12, 0);
11}
12
13void print_any_number_of_integers(int n, ...)
14{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected