byannoni / qthreads

A POSIX thread wrapper using a pool and queues of functions for C and (soon) C++
Apache License 2.0
1 stars 1 forks source link

Don't break strings over multiple lines #68

Closed byannoni closed 7 years ago

byannoni commented 7 years ago

Line breaks make it harder to search for error messages in the code.

Resolve #65