utility function to give each children a unique seed */
| 119 | |
| 120 | /* utility function to give each children a unique seed */ |
| 121 | void seed_child(unsigned int seed) |
| 122 | { |
| 123 | srand(seed); |
| 124 | } |
| 125 | |
| 126 | |
| 127 | int parse_reply_codes( str *options_reply_codes_str, |