Hi Matthew, Can we avoid things like "pid_t * __restrict" and "char * const" please? Many brains parse the "*" as a multiplication operator when it is surrounded by spaces on either side. Even the POSIX standard used the "pid_t *restrict" and "char *const" style.
Thanks, Mark
