runner
runner copied to clipboard
Clang/C18 : support for `<threads.h>`
In Clang/C18 the standardized <threads.h>
(optional) standard C library is not supported. Instead people need to use the platform specific <pthread.h>
. Please consider adding <threads.h>
for the CW platform.