update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / wcstol.c
index 732eb3d..41e4b17 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 long wcstol(const wchar_t *cp,wchar_t **endp,int base)
 {
        long result = 0,value;