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

Function main

test/src/exitcode.c:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <stdlib.h>
3
4int main(int ac, char **av)
5{
6 int rc = atoi(av[1]);
7 printf("returning %d\n", rc);
8 return rc;
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected