X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fmath.h;h=9c5f06e7b6e7830c0c21dc5d5a9e2a6d7e0c72b7;hb=4f4d6ae985cd6562beafdecd1f90e00a34520b45;hp=677248287ae99470346db96e5d64926ed12b7645;hpb=e0037efc1253e190c7c75f74e5a05333fdd807bb;p=musl diff --git a/include/math.h b/include/math.h index 67724828..9c5f06e7 100644 --- a/include/math.h +++ b/include/math.h @@ -1,6 +1,10 @@ #ifndef _MATH_H #define _MATH_H +#ifdef __cplusplus +extern "C" { +#endif + #define __NEED___uint16_t #define __NEED___uint32_t #define __NEED___uint64_t @@ -317,4 +321,8 @@ extern int signgam; double scalb(double, double); #endif +#ifdef __cplusplus +} +#endif + #endif