File: smallfn.hpp

package info (click to toggle)
unrar-nonfree 1%3A3.5.4-1.1
  • links: PTS
  • area: non-free
  • in suites: etch
  • size: 884 kB
  • ctags: 2,391
  • sloc: cpp: 16,784; makefile: 28
file content (7 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#ifndef _RAR_SMALLFN_
#define _RAR_SMALLFN_

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

#endif