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

BranchPPC.h « Branch « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c02bba1986fb8e79cd8a878efa3c08f2d0dde78f (plain)
1
2
3
4
5
6
7
8
9
10
// BranchPPC.h

#ifndef __BRANCH_PPC_H
#define __BRANCH_PPC_H

#include "BranchTypes.h"

UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);

#endif