]> Untitled Git - axy/ft/pushswap.git/commitdiff
Fixed header
author= <=>
Thu, 18 Dec 2025 12:29:46 +0000 (13:29 +0100)
committer= <=>
Thu, 18 Dec 2025 12:29:46 +0000 (13:29 +0100)
pushswap.h

index b1c852046eb69e18f6be5b2a12e0a04f742706f3..e1c2dd21d63e80f553a09d030efb46bd46a4f556 100644 (file)
@@ -6,7 +6,7 @@
 /*   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       */
 /*                                                                            */
 /* ************************************************************************** */
 
@@ -177,7 +177,7 @@ void                        algorithm_complex(const t_stacks *stacks, t_closure cb);
 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