/* By: clefrere <clefrere@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/12/02 11:02:44 by agilliar #+# #+# */
-/* Updated: 2025/12/18 13:27:05 by agilliar ### ########.fr */
+/* Updated: 2025/12/18 13:29:32 by agilliar ### ########.fr */
/* */
/* ************************************************************************** */
void algorithm_leafsort(const t_stacks *stacks, t_closure cb);
t_frac frac_new(size_t num, size_t den);
-t_frac frac_mul(t_frac lhs, t_frac lhs);
-bool frac_lte(t_frac lhs, t_frac lhs);
+t_frac frac_mul(t_frac lhs, t_frac rhs);
+bool frac_lte(t_frac lhs, t_frac rhs);
#endif