MCPcopy Create free account
hub / github.com/Vector35/debugger / main

Function main

test/src/many_stdlib_calls.c:3–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2
3int main(int ac, char **av) {
4 for (int i = 0; i < 10; i ++) {
5 printf("\n");
6 printf("\n");
7 printf("\n");
8 printf("\n");
9 printf("\n");
10 printf("\n");
11 printf("\n");
12 printf("\n");
13 printf("\n");
14 printf("\n");
15 printf("\n");
16 printf("\n");
17 printf("\n");
18 printf("\n");
19 printf("\n");
20 printf("\n");
21 printf("\n");
22 printf("\n");
23 printf("\n");
24 printf("\n");
25 printf("\n");
26 printf("\n");
27 printf("\n");
28 printf("\n");
29 printf("\n");
30 printf("\n");
31 printf("\n");
32 printf("\n");
33 printf("\n");
34 printf("\n");
35 printf("\n");
36 printf("\n");
37 }
38 return 0;
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected