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

Function main

test/src/commandline_test.c:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2
3int main(int ac, char **av)
4{
5 printf("Arguments: \n");
6 for (int i = 0; i < ac; i ++) {
7 printf("%s\n", av[i]);
8 }
9
10 return 0;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected