usatie / libft-tester-tokyo

Tester for the libft project of 42 school
27 stars 3 forks source link

bzero is not return (void *) #1

Closed shwatanap closed 2 years ago

shwatanap commented 2 years ago

Hi! Thank you for making very cool tester.

Your bzero test expected return (void *). But libc bzero is void function.

Please check man bzero.

usatie commented 2 years ago

Thanks! Resolved in 21a772647a7097e7cc4eb5658edb3fa78c3ffccc.

usatie commented 2 years ago

Ooops, it was not fully fixed. And fixed it again in d52a1c84fec49c981c7fb6c6f0d4533431991400.