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
ft_memcmp is giving errors on code that use to pass 42filechecker.
Here are the 4 errors I get, even though my code (And the code of several other cadets I had test this problem) has passed Moulinette.
ft_memcmp: [OK] [OK] [OK] [FAILED] [FAILED] [FAILED] [FAILED] [OK] [OK] [OK]
[fail]: your memcmp does not work with basic input
[fail]: your memcmp does not cast the memory in unsigned char
[fail]: your memcmp stop at
[fail]: your memcmp does not work with basic input
The text was updated successfully, but these errors were encountered:
ft_memcmp is giving errors on code that use to pass 42filechecker.
Here are the 4 errors I get, even though my code (And the code of several other cadets I had test this problem) has passed Moulinette.
ft_memcmp: [OK] [OK] [OK] [FAILED] [FAILED] [FAILED] [FAILED] [OK] [OK] [OK]
[fail]: your memcmp does not work with basic input
[fail]: your memcmp does not cast the memory in unsigned char
[fail]: your memcmp stop at
[fail]: your memcmp does not work with basic input
The text was updated successfully, but these errors were encountered: