branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / string / strdup.c
index a84de36..c728585 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/stdlib.h>
 
 
+/*
+ * @implemented
+ */
 char *_strdup(const char *_s)
 {
   char *rv;