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