Header - Widechar string. More...
#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | ws_wstoa (char *widestring, const size_t length) |
| convert a widechar string to char string | |
| void | ws_atows (char *string, const size_t length) |
| convert a char string to widechar string | |
| void * | ws_memswapcpy (void *dest, void *src, const size_t len) |
| copy memory area reversing byte order | |
Header - Widechar string.
Definition in file wstring.h.
| void ws_atows | ( | char * | string, | |
| const size_t | length | |||
| ) |
convert a char string to widechar string
| string | char string to turn to widechar string, this parameter is altered - latin1 | |
| length | of string |
Definition at line 27 of file wstring.c.
References check.
Referenced by db5_dat_select_by_filename(), and db5_widechar_row().
| void* ws_memswapcpy | ( | void * | dest, | |
| void * | src, | |||
| const size_t | len | |||
| ) |
| void ws_wstoa | ( | char * | widestring, | |
| const size_t | length | |||
| ) |
convert a widechar string to char string
| widestring | string to turn to char string, this parameter is altered - widechar latin1 | |
| length | of widestring |
Definition at line 12 of file wstring.c.
References check.
Referenced by asf_generate_row(), and db5_unwidechar_row().
1.6.1