diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-11 21:07:32 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-11 21:23:49 +0100 |
| commit | c128213daa677d548bfc2905496257fe4a4faf79 (patch) | |
| tree | d087ceaeff3124ff539bc05d834d79f8187d5628 /include/libft_mem.h | |
| parent | 3c3f1115f6e9a9b914e2dcbd796501ca7ce85342 (diff) | |
| download | libft-c128213daa677d548bfc2905496257fe4a4faf79.tar.gz libft-c128213daa677d548bfc2905496257fe4a4faf79.tar.bz2 libft-c128213daa677d548bfc2905496257fe4a4faf79.zip | |
ft_mem* and ft_strlen optimization
Diffstat (limited to 'include/libft_mem.h')
| -rw-r--r-- | include/libft_mem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libft_mem.h b/include/libft_mem.h index a15c020..fb52760 100644 --- a/include/libft_mem.h +++ b/include/libft_mem.h @@ -14,6 +14,7 @@ # define LIBFT_MEM_H # include <stddef.h> +# include <stdint.h> # include "libft_types.h" void ft_bzero(void *s, size_t n); |
