More Threads (POSIX) A simple program demonstrating how to create additional threads (pthreads) in a c/POSIX environment. Create the executable by calling the compiler: gcc -o more_threads more_threads.c