We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thank's for 42FileChecker! In ft_printf basic test #180 wrong output. Look:
ft_printf("%lu", -42);
ft_printf("0)%lu| - my\n", -42); printf("0)%lu| - orig\n", -42);
0)4294967254| - my 0)4294967254| - orig
can you fix it, or ask me why is that? Thank's
The text was updated successfully, but these errors were encountered:
Hello @Sirbiladze-Irakli Can you provide me with further information: You say "It's mine": Can you tell me how do you proceed with testing?
Sorry, something went wrong.
No branches or pull requests
Hi!
Thank's for 42FileChecker!
In ft_printf basic test #180 wrong output.
Look:
0180 (unsigned long)
ft_printf("%lu", -42);
It's your's.
ft_printf("0)%lu| - my\n", -42);
printf("0)%lu| - orig\n", -42);
0)4294967254| - my
0)4294967254| - orig
It's mine.
can you fix it, or ask me why is that?
Thank's
The text was updated successfully, but these errors were encountered: