wcsdup
wchar_t *wcsdup (const wchar_t *);
__weak_alias(wcsdup,_wcsdup)
wcsdup(const wchar_t *str)
el->el_prog = wcsdup(ct_decode_string(prog, &el->el_scratch));
#define Strdup(s) wcsdup(s)
if ((ptr->val.str = wcsdup(val->str)) == NULL)
el->el_map.wordchars = wcsdup(L"_");
el->el_map.wordchars = wcsdup(L"*?_-.[]~=");
el->el_map.wordchars = wcsdup(wordchars);
el->el_map.help[nf].name = wcsdup(name);
el->el_map.help[nf].description = wcsdup(help);
if ((ma->macro[ma->level] = wcsdup(str)) != NULL)
#define tok_strdup(s) wcsdup(s)