#include "postgres_fe.h"
#include "mb/pg_wchar.h"
Go to the source code of this file.
Definition at line 41 of file wstrcmp.c.
{ while ((pg_wchar) *s1 == *s2++) if (*s1++ == 0) return 0; return *(const unsigned char *) s1 - *(const pg_wchar *) (s2 - 1); }