Man Page: strtows
Operating Environment: opensolaris
Section: 3c
strtows(3C) Standard C Library Functions strtows(3C)NAMEstrtows, wstostr - code conversion for Process Code and File CodeSYNOPSIS#include <widec.h> wchar_t *strtows(wchar_t *dst, char *src); char *wstostr(char *dst, wchar_t *src);DESCRIPTIONThe 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 VALUESThe 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 ALSOwstring(3C) SunOS 5.11 20 Dec 1996 strtows(3C)
| Related Man Pages |
|---|
| wscol(3c) - opensolaris |
| wsncasecmp(3c) - opensolaris |
| wstring(3c) - opensolaris |
| wsprintf(3c) - sunos |
| wstring(3c) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| solaris zones vs container.. |
| PHP Man Pages Now Available (Over 10,000) |
| Study UNIX Kernel |
| Identify problem with while getopts |
| Solaris 10 - password complexity not working |