wcscat.c

The libc implementation

Author

Marcel Sondaar

License

Public Domain

Summary
wcscat.cThe libc implementation
Functions
wcscmpCompares s1 to s2

Functions

wcscmp

#include <wchar.h> int wcscmp(const wchar_t *s1,
const wchar_t * _PDCLIB_restrict s2)

Compares s1 to s2

Returns the result of the comparison

#include <wchar.h> int wcscmp(const wchar_t *s1,
const wchar_t * _PDCLIB_restrict s2)
Compares s1 to s2