1
0

smallfn.hpp 146 B

12345678
  1. #ifndef _RAR_SMALLFN_
  2. #define _RAR_SMALLFN_
  3. int ToPercent(int64 N1,int64 N2);
  4. int ToPercentUnlim(int64 N1,int64 N2);
  5. void RARInitData();
  6. #endif