Normed most of the stdme
This commit is contained in:
parent
882d5cb5bb
commit
ac5458d42c
31 changed files with 149 additions and 617 deletions
|
|
@ -6,15 +6,15 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/07 11:04:51 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/07 11:06:22 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/07/10 17:49:05 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "me/num/usize.h"
|
||||
|
||||
t_usize usize_round_up_to(t_usize self, t_usize mul)
|
||||
t_usize usize_round_up_to(t_usize self, t_usize mul)
|
||||
{
|
||||
t_usize mod;
|
||||
t_usize mod;
|
||||
|
||||
if (mul == 0)
|
||||
return (self);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue