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

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



   wcpncpy.3p    ( 3 )

размер строки широких символов, возвращающей указатель на ее конец (size wide-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)

wcpncpy — copy a fixed-size wide-character string, returning a pointer to its end


Синопсис (Synopsis)

#include <wchar.h>

wchar_t *wcpncpy(wchar_t restrict *ws1, const wchar_t *restrict ws2, size_t n);


Описание (Description)

Refer to wcsncpy(3p).