| 1 |
// Programmet bruker ISO C 2011 (ISO/IEC 9899:2011) og Pthreads (IEEE Std 1003.1c-1995). -*- coding: utf-8 -*- |
// Programmet bruker ISO C 2011 (ISO/IEC 9899:2011) og Pthreads (IEEE Std 1003.1c-2001). -*- coding: utf-8 -*- |
| 2 |
// Løsning programmert av Trond Endrestøl <Trond.Endrestol@ximalas.info>, 2014-11-06. |
// Løsning programmert av Trond Endrestøl <Trond.Endrestol@ximalas.info>, 2014-11-06. |
| 3 |
|
|
| 4 |
// $Ximalas$ |
// $Ximalas$ |
| 17 |
#include <time.h> |
#include <time.h> |
| 18 |
#include <unistd.h> |
#include <unistd.h> |
| 19 |
|
|
| 20 |
|
#if _POSIX_THREADS < 200112L |
| 21 |
|
#error her mangler det støtte for POSIX Threads anno 2001 |
| 22 |
|
#endif |
| 23 |
|
|
| 24 |
#if __STDC_VERSION__ >= 201112L |
#if __STDC_VERSION__ >= 201112L |
| 25 |
#include <stdnoreturn.h> |
#include <stdnoreturn.h> |
| 26 |
#else |
#else |