| 150 | } |
| 151 | |
| 152 | static void usage(const char *procname) |
| 153 | { |
| 154 | printf("(%d) usage: %s -h [help] -c [run as child] -p [run as parent]\r\n", |
| 155 | getpid(), procname); |
| 156 | #ifdef ACL_MS_WINDOWS |
| 157 | printf("enter any key to exit...\r\n"); |
| 158 | getchar(); |
| 159 | #endif |
| 160 | } |
| 161 | |
| 162 | |
| 163 | int main(int argc, char *argv[]) |
no outgoing calls
no test coverage detected
searching dependent graphs…