Include dependency graph for wstrcmp.c:
Go to the source code of this file.
Function Documentation
◆ pg_char_and_wchar_strcmp()
int pg_char_and_wchar_strcmp
(
const char *
s1,
)
Definition at line 41 of file wstrcmp.c.
42{
45 return 0;
46 return *(
const unsigned char *)
s1 - *(
const pg_wchar *) (
s2 - 1);
47}
References s1, and s2.