X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fmbstring%2Fmbsdup.c;fp=lib%2Fcrtdll%2Fmbstring%2Fmbsdup.c;h=216c6400f7019bbbd86acda8e548fa05df0f3795;hp=00dc9d05c975f60ef30df23c15530c5593f4053e;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/mbstring/mbsdup.c b/lib/crtdll/mbstring/mbsdup.c index 00dc9d0..216c640 100644 --- a/lib/crtdll/mbstring/mbsdup.c +++ b/lib/crtdll/mbstring/mbsdup.c @@ -12,6 +12,9 @@ #include #include +/* + * @implemented + */ unsigned char * _mbsdup(const unsigned char *_s) { char *rv;