X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fmath.h;h=9c5f06e7b6e7830c0c21dc5d5a9e2a6d7e0c72b7;hp=677248287ae99470346db96e5d64926ed12b7645;hb=5e9314ff03076a94316d4e66efd082548c065f3d;hpb=e0037efc1253e190c7c75f74e5a05333fdd807bb 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