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