From 994744a3edc74c88271ffe57958a08b70f9f5079 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 23 Aug 2020 18:06:11 +0200 Subject: Removed archive, Added gitignore --- trand.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'trand.h') diff --git a/trand.h b/trand.h index 7286c45..34b96fd 100644 --- a/trand.h +++ b/trand.h @@ -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 -#include -#include +# include +# include +# include int ntrand(unsigned long long n); int trand(); -- cgit