BranchX86.h 237 B

123456789101112
  1. /* BranchX86.h */
  2. #ifndef __BRANCHX86_H
  3. #define __BRANCHX86_H
  4. #include "BranchTypes.h"
  5. #define x86_Convert_Init(state) { state = 0; }
  6. SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *state, int encoding);
  7. #endif