wcscat.c

The libc implementation

Author

Marcel Sondaar

License

Public Domain

Summary
wcscat.cThe libc implementation
Functions
wcscatAppends s2 to the end of s1

Functions

wcscat

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

Appends s2 to the end of s1

Returns the value of s1

#include <wchar.h> wchar_t *wcscat(wchar_t * _PDCLIB_restrict s1,
const wchar_t * _PDCLIB_restrict s2)
Appends s2 to the end of s1