Normed most of the stdme
This commit is contained in:
parent
882d5cb5bb
commit
ac5458d42c
31 changed files with 149 additions and 617 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/04 19:17:11 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/04 19:18:26 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/07/10 17:46:17 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
#include "me/str/str.h"
|
||||
#include "me/types.h"
|
||||
|
||||
void hasher_write_str(t_hasher *hasher, t_str s)
|
||||
void hasher_write_str(t_hasher *hasher, t_str s)
|
||||
{
|
||||
hasher_write_bytes(hasher, (t_u8 *)s, str_len(s));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue