(Old, 2006)
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 the pthreads library. It can be run inside windows if you use Cygwin to run it, just make sure you have all the libraries you need.
You can see the code HERE.
You can download the code HERE.

