Table of Contents
wcscmp
C Sourcecode Example
output
wcscmp
#include <wchar.h> int wcscmp(const wchar_t *, const wchar_t *);
return value
C Sourcecode Example
no example yet
output