bugfix :-)
[svn/Cll1h/.git] / cll1.h
diff --git a/cll1.h b/cll1.h
index 81f4887429725c08fb34b9397fdaaa47fa75f8f4..68053d698f9c7aa1606baf082e7f0045b4f6f3bd 100644 (file)
--- a/cll1.h
+++ b/cll1.h
@@ -46,6 +46,7 @@
 #define or ||
 #define TRUE 1
 #define FALSE 0
+#define MAYBE (int)(srandom(time(NULL)),random()%2)
 #define bool_str(I) (I?"TRUE":"FALSE")
 #define boolean int
 #define mem struct
This page took 0.185826 seconds and 4 git commands to generate.