Description: a program that creates three threads.
These threads access a shared integer, called buer, one at a time. The buer
will initially be set to 0. Each thread should print its thread ID, process ID
and the buer s current value in one statement, then increment the buer by
one.
To Search:
File list (Check if you may need any files):
assignment3.c