X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=cll1.h;h=68053d698f9c7aa1606baf082e7f0045b4f6f3bd;hb=b5caa36362fd24057e769f82acdb448633d5beae;hp=a20121df0cd62b356180b42dc92c079f55e34e94;hpb=24c437c23acf5f85395a582327ebbb07ee4b1a98;p=svn%2FCll1h%2F.git diff --git a/cll1.h b/cll1.h index a20121d..68053d6 100644 --- a/cll1.h +++ b/cll1.h @@ -46,7 +46,7 @@ #define or || #define TRUE 1 #define FALSE 0 -#define MAYBE (random()%2) +#define MAYBE (int)(srandom(time(NULL)),random()%2) #define bool_str(I) (I?"TRUE":"FALSE") #define boolean int #define mem struct