In my code example i lay down the principles, but i realise that there are some problems with corner cases, sorry for that: 1) If the strings are NULL, dereferencing them would produce a seg-fault, if NULL == str for both strings would be a nice check 2) In strncmp, the value of n could be actually anything, even though this would make no sense-> i.e n
@onaecO Жыл бұрын
@@mstarodu Thx Bro for the correction 🫡🙏
@villagebox58417 күн бұрын
thank you sir
@Prod.3z Жыл бұрын
merci bcp chef tes un bon
@onaecO Жыл бұрын
Merci a toi!
@BILALTARAKI-y1e4 ай бұрын
thank you bro;]
@حسام-ج5ث4م Жыл бұрын
you will always be in our hearts as you do in our pools char a []= {109, 121, 32, 114, 101, 103, 97, 114, 100, 115, 32, 102, 114, 111, 109, 32, 109, 111, 114, 114, 111, 99, 111, 32}
@onaecO Жыл бұрын
🇲🇦🇲🇦🇲🇦🇲🇦🇲🇦🇲🇦🇲🇦🇲🇦 Sickest comment ever 😜
@MrBicholino Жыл бұрын
Very clear! Thanks!!!!
@onaecO Жыл бұрын
Thx to you!
@mstarodu Жыл бұрын
ft_strncmp has a mistake. if n == 0, it should return 0
@onaecO Жыл бұрын
Friend u right, in my code i don t check for corner cases i.e. (n