fix integer overflow in WIFSTOPPED macro
[musl] / src / stdio / sscanf.c
index 8a2302f..f2ac2f5 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdio.h>
 #include <stdarg.h>
-#include "libc.h"
 
 int sscanf(const char *restrict s, const char *restrict fmt, ...)
 {