misc/libphysfs/lzma/C/Compress/Branch/BranchX86.h
author Wuzzy <almikes@aol.com>
Thu, 28 Sep 2017 02:00:40 +0200
changeset 12569 87326fec6ea2
parent 12213 bb5522e88ab2
permissions -rw-r--r--
ACF7: Mention mines time

/* BranchX86.h */

#ifndef __BRANCHX86_H
#define __BRANCHX86_H

#include "BranchTypes.h"

#define x86_Convert_Init(state) { state = 0; }

SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *state, int encoding);

#endif