- /* SNextern.h by K.Tsuru */
- /***********
- Some friend functions needs "extern" declaration to avoid
- "[Error] 'xxx' was not declared in this scope"
- since version 2.20
- ************/
- #ifndef SN_EXTERN_H
- #define SN_EXTERN_H
- // SLong class
- extern Ldiv_t LLDiv(const SLong& m, const SLong& n, bool needRem);
-
- // SDouble class
- extern SDouble DReciprocal(const SDouble& x);
-
- #endif // SN_EXTERN_H
SNextern.h : last modifiled at 2016/08/03 16:21:28(407 bytes)
created at 2016/04/11 11:18:59
The creation time of this html file is 2017/10/11 16:07:52 (Wed Oct 11 16:07:52 2017).