Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libft - ft_memcmp giving wrong errors on correct code. #117

Open
JamieDawson opened this issue Apr 8, 2018 · 1 comment
Open

libft - ft_memcmp giving wrong errors on correct code. #117

JamieDawson opened this issue Apr 8, 2018 · 1 comment

Comments

@JamieDawson
Copy link

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

@Germansg
Copy link

same here, any idea what it's trying to run for those tests? I'm still searching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants