MCPcopy Create free account
hub / github.com/ioi/isolate / show_version

Function show_version

isolate.c:1184–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1182}
1183
1184static void
1185show_version(void)
1186{
1187 printf("The process isolator " ISOLATE_VERSION "\n");
1188 printf("(c) 2012--" ISOLATE_YEAR " Martin Mares and Bernard Blackham\n");
1189#if defined(BUILD_DATE) && defined(BUILD_COMMIT)
1190 printf("Built on " BUILD_DATE " from Git commit " BUILD_COMMIT "\n");
1191#endif
1192}
1193
1194/*** Options ***/
1195

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…