| 1182 | } |
| 1183 | |
| 1184 | static void |
| 1185 | show_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 |
no outgoing calls
no test coverage detected
searching dependent graphs…