Ilia Pafnutov

Results 1 issues of Ilia Pafnutov

![image](https://github.com/user-attachments/assets/59165e12-c54f-4060-bf05-15b10085b402) Cast warning in **tests/ft_strlen_test.cpp** (lines 18 and 19) Adding (char *) cast (as below) fixes the issue ``` 18 | /* 1 */ check(ft_strlen((char *)"123") == 3); showLeaks(); 19...