Welcome to mirror list, hosted at ThFree Co, Russian Federation.

smallfn.hpp « unrar « thirdparty « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f53daa8b510ff9a551417582afebb8183e392967 (plain)
1
2
3
4
5
6
7
8
#ifndef _RAR_SMALLFN_
#define _RAR_SMALLFN_

int ToPercent(int64 N1,int64 N2);
int ToPercentUnlim(int64 N1,int64 N2);
void RARInitData();

#endif