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

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

#ifndef __BRANCH_SPARC_H
#define __BRANCH_SPARC_H

#include "BranchTypes.h"

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

#endif