2024-06-01 15:57:23 -05:00

7 lines
254 B
C

#pragma once
BOOL ShiftJIS_IsLeadByte( const char chByte );
BOOL ShiftJIS_IsTrailByte( const char chByte );
int ShiftJIS_StringCompareCI( LPCSTR szStringLeft, LPCSTR szStringRight, size_t sizeLength );
//martysama0134's 2e58d0b8baeb072acdf3afc4a5d1999f