update for HEAD-2003050101
[reactos.git] / lib / msvcrt / string / strcpy.c
index c62cf0d..902254f 100644 (file)
@@ -1,6 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include <msvcrt/string.h>
 
+#pragma function(strcpy)
 
 char* strcpy(char *to, const char *from)
 {