branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / wtoi64.c
index 2831c0d..a59513d 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 __int64 _wtoi64(const wchar_t* nptr)
 {
     wchar_t* s = (wchar_t*)nptr;