Changeset 163

Show
Ignore:
Timestamp:
06/07/09 22:19:48 (3 years ago)
Author:
braddr
Message:

Fix constness of wcslen's input parameter.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/import/core/stdc/wchar_.d

    r153 r163  
    8181wchar_t* wcsstr(in wchar_t* s1, in wchar_t* s2); 
    8282wchar_t* wcstok(wchar_t* s1, in wchar_t* s2, wchar_t** ptr); 
    83 size_t   wcslen(wchar_t* s); 
     83size_t   wcslen(in wchar_t* s); 
    8484 
    8585wchar_t* wmemchr(in wchar_t* s, wchar_t c, size_t n);