From f24f476724d5585e253b7e9b7f1b767fe5c8bb6c Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 23 May 2023 12:49:27 +0000 Subject: push from build pc --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 92f0fc1..027d96c 100644 --- a/src/util.h +++ b/src/util.h @@ -41,7 +41,7 @@ static const int forced_length = 20; #define logm(s){}; #endif -double binomial(int n, int k); +const double binomial(int n, int k); void* mmalloc(size_t,char*,int,char*); void ffree(void*,char*,int,char*); void err_m(char*,void (*)(int),char*,int); -- cgit v1.2.3