update for HEAD-2003091401
[reactos.git] / lib / ntdll / stdlib / wtol.c
index a74ce32..2a60cbb 100644 (file)
@@ -1,6 +1,9 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include <stdlib.h>
 
+/*
+ * @implemented
+ */
 long
 _wtol(const wchar_t *str)
 {