X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fntdll%2Fstdlib%2Fwcstoul.c;fp=lib%2Fntdll%2Fstdlib%2Fwcstoul.c;h=cc35a3bc767aa5fb92b5db64250958378c1526c6;hp=835e6819214fab45232d992fb6328702493a9180;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/ntdll/stdlib/wcstoul.c b/lib/ntdll/stdlib/wcstoul.c index 835e681..cc35a3b 100644 --- a/lib/ntdll/stdlib/wcstoul.c +++ b/lib/ntdll/stdlib/wcstoul.c @@ -9,6 +9,8 @@ * * Ignores `locale' stuff. Assumes that the upper and lower case * alphabets and digits are each contiguous. + * + * @implemented */ unsigned long wcstoul(const wchar_t *nptr, wchar_t **endptr, int base)