@@ -0,0 +1,10 @@
#ifndef _UTIL_CMATH_H
#define _UTIL_CMATH_H
#ifdef __cplusplus
extern "C" {
#endif
int GCD(int a, int b);
}
The note is not visible to the blocked user.