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: 1c4dca7f4a8d152783b483b4d9e02e892fdfb9e0 (plain)
1
2
3
4
5
6
7
8
9
10
// BranchPPC.h

#ifndef __BRANCH_PPC_H
#define __BRANCH_PPC_H

#include "Common/Types.h"

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

#endif