aboutsummaryrefslogtreecommitdiff
path: root/trand.h
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-23 18:06:11 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-23 18:06:11 +0200
commit994744a3edc74c88271ffe57958a08b70f9f5079 (patch)
tree56ab7ba2d7a8c610ce52c7c5b3aa73927c1cd274 /trand.h
parent583ad1cbe5d1ad9c0a64bbf8180aec21a68463e0 (diff)
downloadtrand-994744a3edc74c88271ffe57958a08b70f9f5079.tar.gz
trand-994744a3edc74c88271ffe57958a08b70f9f5079.tar.bz2
trand-994744a3edc74c88271ffe57958a08b70f9f5079.zip
Removed archive, Added gitignorecacharle
Diffstat (limited to 'trand.h')
-rw-r--r--trand.h14
1 files changed, 7 insertions, 7 deletions
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 <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();