A project for the “Operating Systems” course. This C code will list all the prime numbers it can find within the limit given by the user (from 1 to limit) and using a number of threads also chosen by user (from 1 to 4). This code will run on POSIX systems only as it uses [...]