The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

strtows (3)
  • >> strtows (3) ( Solaris man: Библиотечные вызовы )
  •  

    NAME

    strtows, wstostr - code conversion for Process Code and File Code
     
    

    SYNOPSIS

    #include <widec.h>
    
    wchar_t *strtows(wchar_t *dst, char *src);
    

    char *wstostr(char *dst, wchar_t *src);
    

     

    DESCRIPTION

    The strtows() and wstostr() functions convert strings back and forth between File Code representation and Process Code.

    The strtows() function takes a character string src, converts it to a Process Code string, terminated by a Process Code null, and places the result into dst.

    The wstostr() function takes the Process Code string pointed to by src, converts it to a character string, and places the result into dst.  

    RETURN VALUES

    The strtows() function returns the Process Code string if it completes successfully. Otherwise, a null pointer will be returned and errno will be set to EILSEQ.

    The wstostr() function returns the File Code string if it completes successfully. Otherwise, a null pointer will be returned and errno will be set to EILSEQ.  

    SEE ALSO

    wstring(3C)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру