| 184 | int longnamemax = MAX_LONGNAMEMAX; |
| 185 | |
| 186 | static struct option long_options[] = |
| 187 | { |
| 188 | {L"init", required_argument, 0, 'I'}, |
| 189 | {L"deterministicnames", no_argument, 0, 'd'}, |
nothing calls this directly
no outgoing calls
no test coverage detected