fix multiple stdio functions' behavior on zero-length operations
[musl] / src / string / stpncpy.c
index 0a2c2a9..1f57a4d 100644 (file)
@@ -1,5 +1,4 @@
 #include <string.h>
-#include <stdlib.h>
 #include <stdint.h>
 #include <limits.h>
 #include "libc.h"