コード例 #1
0
ファイル: local.hpp プロジェクト: Firebie/FarManager
inline int StrCmpNI(const wchar_t *s1, const wchar_t *s2, size_t n) { return StrCmpNNI(s1, n, s2, n); }
コード例 #2
0
ファイル: local.hpp プロジェクト: AlexKir/Far-NetBox
inline int __cdecl FarStrCmpNI(const wchar_t *s1, const wchar_t *s2, int n) { return StrCmpNNI(s1,n,s2,n); }