usatie / libft-tester-tokyo

Tester for the libft project of 42 school
27 stars 3 forks source link

strnstr(NULL, "", 1) #10

Open usatie opened 1 year ago

usatie commented 1 year ago
strnstr(NULL, "", 1);
usatie commented 1 year ago

If needle is an empty string, haystack is returned;

とあるので、haystackがNULLの時でも返してあげないといけない。 ノリさんに教えてもらいました!