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

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



   wcsncasecmp.3p    ( 3 )

нечувствительное сравнение строк широких символов (insensitive wide-character string comparison)

Пролог (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)

wcsncasecmp, wcsncasecmp_l — case-insensitive wide-character
       string comparison

Синопсис (Synopsis)

#include <wchar.h>

int wcsncasecmp(const wchar_t *ws1, const wchar_t *ws2, size_t n); int wcsncasecmp_l(const wchar_t *ws1, const wchar_t *ws2, size_t n, locale_t locale);


Описание (Description)

Refer to wcscasecmp(3p).