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

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

#ifndef __BRANCH_SPARC_H
#define __BRANCH_SPARC_H

#include "Common/Types.h"

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

#endif