X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ffloat.h;h=713aadb906d9565f9a9d6bb408dd506b8a98e74c;hb=01f3480d377a764135a1bd28af0d901d765ded50;hp=c6429d33c805364191f8ce5530c2eb7cd8c5992c;hpb=559de8f5f06da9022cbba70e22e14a710eb74513;p=musl diff --git a/include/float.h b/include/float.h index c6429d33..713aadb9 100644 --- a/include/float.h +++ b/include/float.h @@ -1,6 +1,10 @@ #ifndef _FLOAT_H #define _FLOAT_H +#ifdef __cplusplus +extern "C" { +#endif + int __flt_rounds(void); #define FLT_ROUNDS (__flt_rounds()) @@ -41,4 +45,8 @@ int __flt_rounds(void); #include +#ifdef __cplusplus +} +#endif + #endif