previous | start | next

Compiling

Compiling requires adding the -pthread option to gcc:

     gcc prog.c -o prog -pthread
   


previous | start | next