O nás     Inzerce     KontaktSpolehlivé informace o IT již od roku 2011
Hledat
Nepřehlédněte: Usnadní vám práci: Pozoruhodné IT produkty pro rok 2024
Správa dokumentů
Digitální transformace
Informační systémy
Hlavní rubriky: Informační systémy, Mobilní technologie, Datová centra, Sítě, IT bezpečnost, Software, Hardware, Zkušenosti a názory, Speciály

Pozoruhodné IT produkty 2024
E-knihy o IT zdarma
Manuál Linux
[Linux manuál]

wcsstr: zobrazit, kdo je v systému

Originální popis anglicky: wcsstr - locate a substring in a wide-character string

Návod, kniha: Linux Programmer's Manual

STRUČNĚ

#include <wchar.h>
 
wchar_t *wcsstr(const wchar_t *haystack, const wchar_t *needle);

POPIS / INSTRUKCE

The wcsstr function is the wide-character equivalent of the strstr function. It searches for the first occurrence of the wide-character string needle (without its terminating L'\0' character) as a substring in the wide-character string haystack.

NÁVRATOVÁ HODNOTA

The wcsstr function returns a pointer to the first occurrence of needle in haystack. It returns NULL if needle does not occur as a substring in haystack.
Note the special case: If needle is the empty wide-character string, the return value is always haystack itself.

ODPOVÍDAJÍCÍ

ISO/ANSI C, UNIX98

SOUVISEJÍCÍ

strstr(3), wcschr(3)
1999-07-25 GNU
©2011-2024 BusinessIT.cz, ISSN 1805-0522 | Názvy použité v textech mohou být ochrannými známkami příslušných vlastníků.
Provozovatel: Bispiral, s.r.o., kontakt: BusinessIT(at)Bispiral.com | Inzerce: Best Online Media, s.r.o., zuzana@online-media.cz
O vydavateli | Pravidla webu BusinessIT.cz a ochrana soukromí | Používáme účetní program Money S3 | pg(8629)