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

Function main

lab5/src/2/main.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10void print_any_number_of_integers(int n, ...);
11
12int main()
13{
14 print_any_number_of_integers(1, 213);
15 print_any_number_of_integers(2, 234, 2567);
16 print_any_number_of_integers(3, 487, -12, 0);
17}
18
19void print_any_number_of_integers(int n, ...)
20{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected