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

grademe exam 03 accepts a wrong signature for ft_printf exercise #166

Open
dabi-rac opened this issue May 16, 2024 · 0 comments
Open

grademe exam 03 accepts a wrong signature for ft_printf exercise #166

dabi-rac opened this issue May 16, 2024 · 0 comments

Comments

@dabi-rac
Copy link

the problem is the space after the three dots:

examshell only accepts :

int ft_printf(const char * format, ... )

meanwhile 42_exam gives success without the space after the dots

int ft_printf(const char * format, ...)

grademe behaviour is wrong and doesnt follow the subject signature of the function, it was very frustrating to me i had to do the exam twice for this small error. So if i can help other students, welcome.

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

1 participant