You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while testing the ft_strtrim function in the libft project.
The testing function for ft_strtrim uses 2 arguments, but the ft_strtrim function in the libft.h header file expects only a single argument.
This causes a compilation error.
The text was updated successfully, but these errors were encountered:
I encountered an issue while testing the
ft_strtrim
function in the libft project.The testing function for
ft_strtrim
uses 2 arguments, but theft_strtrim
function in thelibft.h
header file expects only a single argument.This causes a compilation error.
The text was updated successfully, but these errors were encountered: