1. /* SNextern.h by K.Tsuru */
  2. /***********
  3. Some friend functions needs "extern" declaration to avoid
  4. "[Error] 'xxx' was not declared in this scope"
  5. since version 2.20
  6. ************/
  7. #ifndef SN_EXTERN_H
  8. #define SN_EXTERN_H
  9. // SLong class
  10. extern Ldiv_t LLDiv(const SLong& m, const SLong& n, bool needRem);
  11. // SDouble class
  12. extern SDouble DReciprocal(const SDouble& x);
  13. #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).