Initial commit: client source
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
BOOL ShiftJIS_IsLeadByte( const char chByte );
|
||||
BOOL ShiftJIS_IsTrailByte( const char chByte );
|
||||
int ShiftJIS_StringCompareCI( LPCSTR szStringLeft, LPCSTR szStringRight, size_t sizeLength );
|
||||
Reference in New Issue
Block a user