Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   wcpcpy.3p    ( 3 )

символьная строка, возвращающая указатель на ее конец (character string, returning a pointer to its end)

Пролог (Prolog)

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.


Имя (Name)

wcpcpy — copy a wide-character string, returning a pointer to its end


Синопсис (Synopsis)

#include <wchar.h>

wchar_t *wcpcpy(wchar_t *restrict ws1, const wchar_t *restrict ws2);


Описание (Description)

Refer to wcscpy(3p).