remove stale document from malloc src directory
[oweals/musl.git] / src / stdio / vscanf.c
index 6901958a61d03b52e10f9436b7734712ff41c997..9d46ab09d506bd96459d02d6302e3634340ba12e 100644 (file)
@@ -5,3 +5,5 @@ int vscanf(const char *restrict fmt, va_list ap)
 {
        return vfscanf(stdin, fmt, ap);
 }
+
+weak_alias(vscanf,__isoc99_vscanf);