diff options
author | amy <[email protected]> | 2023-05-23 12:49:27 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-23 12:49:27 +0000 |
commit | f24f476724d5585e253b7e9b7f1b767fe5c8bb6c (patch) | |
tree | 43f4a5f41f3ac3111844b6fb6660af5b86339dad /src/util.h | |
parent | eb9170b07a0d28dc0b89a5b20625dd7b145a1eda (diff) |
push from build pc
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |