1 2 3 4 5 6 7
#ifndef _RAR_SMALLFN_ #define _RAR_SMALLFN_ int ToPercent(Int64 N1,Int64 N2); void RARInitData(); #endif