7 lines
254 B
C
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
|