diff options
Diffstat (limited to 'trand.h')
| -rw-r--r-- | trand.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ #ifndef TRAND_H - #define TRAND_H +# define TRAND_H - #ifndef DEF_NTHREAD - #define DEF_NTHREAD 4 - #endif +# ifndef DEF_NTHREAD +# define DEF_NTHREAD 4 +# endif -#include <pthread.h> -#include <time.h> -#include <stdlib.h> +# include <pthread.h> +# include <time.h> +# include <stdlib.h> int ntrand(unsigned long long n); int trand(); |
