diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 8e65a07..9581d82 100644 --- a/src/common.h +++ b/src/common.h @@ -153,3 +153,4 @@ struct ascii_count { }; bool is_repeated(const char* p1, const char* p2); +int gcd(int, int); |