Skip to content

Commit

Permalink
hotfix ft_calloc for Linux (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Jun 27, 2024
1 parent 2509e23 commit 070f956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ft_memory/ft_calloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
/* By: reasuke <reasuke@student.42tokyo.jp> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/09/03 01:17:23 by reasuke #+# #+# */
/* Updated: 2024/03/30 15:27:06 by reasuke ### ########.fr */
/* Updated: 2024/06/28 03:15:44 by reasuke ### ########.fr */
/* */
/* ************************************************************************** */

#include <stdint.h>
#include <stdlib.h>
#include "ft_memory.h"

Expand Down

0 comments on commit 070f956

Please sign in to comment.