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

smallfn.hpp « Original « Rar29 « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 096ffef15122d68b5f5433f4e296dc1e5d6d2ee2 (plain)
1
2
3
4
5
6
7
#ifndef _RAR_SMALLFN_
#define _RAR_SMALLFN_

int ToPercent(Int64 N1,Int64 N2);
void RARInitData();

#endif