update for HEAD-2003091401
[reactos.git] / lib / string / memcmp.c
similarity index 73%
rename from lib/crtdll/string/memcmp.c
rename to lib/string/memcmp.c
index 997be7a..078238e 100644 (file)
@@ -1,6 +1,8 @@
-/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrt/string.h>
+/*
+ * $Id$
+ */
 
+#include <string.h>
 
 int memcmp(const void *s1, const void *s2, size_t n)
 {