From e9efebaaac13e49af5106a4a750b5370b20a355d Mon Sep 17 00:00:00 2001 From: djonker Date: Thu, 26 Oct 2023 18:33:42 +0200 Subject: [PATCH] updated libft --- Makefile | 4 +- libft/.gitignore | 8 - libft/Makefile | 25 ++- libft/Readme.md | 41 +++-- libft/libft.h | 26 ++- libft/src/ft_abspathcmd.c | 34 ++++ libft/src/ft_around.c | 4 +- libft/src/ft_arrlen.c | 4 +- libft/src/ft_atodec.c | 4 +- libft/src/ft_atof.c | 4 +- libft/src/ft_atoi.c | 4 +- libft/src/ft_atol.c | 4 +- libft/src/ft_atou.c | 4 +- libft/src/ft_bitswap.c | 4 +- libft/src/ft_btoi.c | 4 +- libft/src/ft_bzero.c | 4 +- libft/src/ft_calloc.c | 6 +- libft/src/ft_chrstr.c | 4 +- libft/src/ft_cntarg.c | 14 +- libft/src/ft_cntchr.c | 14 +- libft/src/ft_cntwrd.c | 4 +- libft/src/ft_cntwrds.c | 4 +- libft/src/ft_cppbzero.c | 25 +++ libft/src/ft_cpptostr.c | 36 +++++ libft/src/ft_ddtoi.c | 4 +- libft/src/ft_declen.c | 4 +- libft/src/ft_dtoa.c | 4 +- libft/src/ft_dtoh.c | 4 +- libft/src/ft_factor.c | 4 +- libft/src/ft_fczero.c | 4 +- libft/src/ft_flolen.c | 4 +- libft/src/ft_fnprim.c | 4 +- libft/src/ft_frearr.c | 4 +- libft/src/ft_frenarr.c | 4 +- libft/src/ft_fround.c | 4 +- libft/src/ft_ftoa.c | 4 +- libft/src/ft_ftoi.c | 4 +- libft/src/ft_getenvval.c | 34 ++++ libft/src/ft_gethome.c | 28 ++++ libft/src/ft_gethost.c | 27 ++++ libft/src/ft_getos.c | 60 +++++++ libft/src/ft_getpaths.c | 42 +++++ libft/src/ft_getpwd.c | 14 +- libft/src/ft_gettimemsdate.c | 24 +++ libft/src/ft_getuser.c | 28 ++++ libft/src/ft_htod.c | 4 +- libft/src/ft_htoi.c | 4 +- libft/src/ft_iftof.c | 4 +- libft/src/ft_intlen.c | 4 +- libft/src/ft_intrchr.c | 28 ++++ libft/src/ft_isallbyte.c | 16 +- libft/src/ft_isalnum.c | 4 +- libft/src/ft_isalpha.c | 4 +- libft/src/ft_isascii.c | 4 +- libft/src/ft_isdigit.c | 4 +- libft/src/ft_islneg.c | 14 +- libft/src/ft_islowc.c | 4 +- libft/src/ft_isneg.c | 4 +- libft/src/ft_isodigit.c | 4 +- libft/src/ft_isprim.c | 4 +- libft/src/ft_isprint.c | 4 +- libft/src/ft_isuppc.c | 6 +- libft/src/ft_isxdigit.c | 4 +- libft/src/ft_itoa.c | 4 +- libft/src/ft_itob.c | 4 +- libft/src/ft_itoba.c | 4 +- libft/src/ft_itodd.c | 4 +- libft/src/ft_itof.c | 4 +- libft/src/ft_itoh.c | 4 +- libft/src/ft_itohx.c | 4 +- libft/src/ft_itoo.c | 4 +- libft/src/ft_itooa.c | 4 +- libft/src/ft_itozh.c | 4 +- libft/src/ft_ldeclen.c | 14 +- libft/src/ft_lftoa.c | 14 +- libft/src/ft_lftoi.c | 14 +- libft/src/ft_lincpy.c | 4 +- libft/src/ft_linlcpy.c | 4 +- libft/src/ft_linlen.c | 4 +- libft/src/ft_lstadd_back.c | 4 +- libft/src/ft_lstadd_front.c | 4 +- libft/src/ft_lstclear.c | 4 +- libft/src/ft_lstdelone.c | 4 +- libft/src/ft_lstiter.c | 4 +- libft/src/ft_lstlast.c | 4 +- libft/src/ft_lstmap.c | 4 +- libft/src/ft_lstnew.c | 4 +- libft/src/ft_lstsize.c | 4 +- libft/src/ft_ltoa.c | 4 +- libft/src/ft_luilen.c | 4 +- libft/src/ft_malstr.c | 4 +- libft/src/ft_malstrs.c | 4 +- libft/src/ft_max.c | 4 +- libft/src/ft_memccpy.c | 4 +- libft/src/ft_memchr.c | 4 +- libft/src/ft_memcmp.c | 4 +- libft/src/ft_memcpy.c | 4 +- libft/src/ft_memmove.c | 4 +- libft/src/ft_memset.c | 4 +- libft/src/ft_min.c | 4 +- libft/src/ft_mkdir.c | 42 +++++ libft/src/ft_otoi.c | 4 +- libft/src/ft_power.c | 4 +- libft/src/ft_putchar.c | 4 +- libft/src/ft_putchar_fd.c | 4 +- libft/src/ft_putendl.c | 10 +- libft/src/ft_putendl_fd.c | 10 +- libft/src/ft_putflo.c | 4 +- libft/src/ft_putflo_fd.c | 4 +- libft/src/ft_putlong.c | 4 +- libft/src/ft_putnbr.c | 4 +- libft/src/ft_putnbr_base.c | 14 +- libft/src/ft_putnbr_fd.c | 4 +- libft/src/ft_putstr.c | 4 +- libft/src/ft_putstr_fd.c | 4 +- libft/src/ft_putull.c | 4 +- libft/src/ft_putzflo.c | 4 +- libft/src/ft_putzflo_fd.c | 4 +- libft/src/ft_putznbr.c | 4 +- libft/src/ft_putznbr_fd.c | 4 +- libft/src/ft_putzsci.c | 4 +- libft/src/ft_putzscih.c | 4 +- libft/src/ft_revstr.c | 4 +- libft/src/ft_rmdir.c | 41 +++++ libft/src/ft_round.c | 4 +- libft/src/ft_semfree.c | 32 ++++ libft/src/ft_seminit.c | 28 ++++ libft/src/ft_semwait.c | 36 +++++ libft/src/ft_split.c | 4 +- libft/src/ft_splits.c | 4 +- libft/src/ft_sqrt.c | 4 +- libft/src/ft_strchr.c | 14 +- libft/src/ft_strdup.c | 4 +- libft/src/ft_strjoin.c | 4 +- libft/src/ft_strlcat.c | 4 +- libft/src/ft_strlcpy.c | 4 +- libft/src/ft_strlen.c | 4 +- libft/src/ft_strlow.c | 4 +- libft/src/ft_strmapi.c | 4 +- libft/src/ft_strncmp.c | 4 +- libft/src/ft_strnstr.c | 4 +- libft/src/ft_strrchr.c | 4 +- libft/src/ft_strtrim.c | 4 +- libft/src/ft_strupp.c | 4 +- libft/src/ft_substr.c | 4 +- libft/src/ft_swap.c | 4 +- libft/src/ft_swaplong.c | 14 +- libft/src/ft_system.c | 68 ++++++++ libft/src/ft_tolower.c | 4 +- libft/src/ft_toupper.c | 4 +- libft/src/ft_utoa.c | 4 +- libft/src/ft_vafree.c | 31 ++++ libft/src/ft_vamax.c | 4 +- libft/src/ft_vamin.c | 4 +- libft/src/ft_vastrjoin.c | 35 ++++ libft/src/ft_wrdlen.c | 4 +- libft/src/ft_wrdlens.c | 4 +- libft/test.sh | 2 +- libft/tests/bonus/lstadd_back/test1.c | 4 +- libft/tests/bonus/lstadd_back/test2.c | 4 +- libft/tests/bonus/lstadd_back/test3.c | 4 +- libft/tests/bonus/lstadd_back/test4.c | 4 +- libft/tests/bonus/lstadd_back/test5.c | 4 +- libft/tests/bonus/lstadd_front/test1.c | 4 +- libft/tests/bonus/lstadd_front/test2.c | 4 +- libft/tests/bonus/lstadd_front/test3.c | 4 +- libft/tests/bonus/lstadd_front/test4.c | 4 +- libft/tests/bonus/lstadd_front/test5.c | 4 +- libft/tests/bonus/lstclear/test1.c | 4 +- libft/tests/bonus/lstclear/test2.c | 4 +- libft/tests/bonus/lstclear/test3.c | 4 +- libft/tests/bonus/lstclear/test4.c | 4 +- libft/tests/bonus/lstclear/test5.c | 4 +- libft/tests/bonus/lstdelone/test1.c | 4 +- libft/tests/bonus/lstdelone/test2.c | 4 +- libft/tests/bonus/lstdelone/test3.c | 4 +- libft/tests/bonus/lstdelone/test4.c | 4 +- libft/tests/bonus/lstdelone/test5.c | 4 +- libft/tests/bonus/lstiter/test1.c | 4 +- libft/tests/bonus/lstiter/test2.c | 4 +- libft/tests/bonus/lstiter/test3.c | 4 +- libft/tests/bonus/lstiter/test4.c | 4 +- libft/tests/bonus/lstiter/test5.c | 4 +- libft/tests/bonus/lstlast/test1.c | 4 +- libft/tests/bonus/lstlast/test2.c | 4 +- libft/tests/bonus/lstlast/test3.c | 4 +- libft/tests/bonus/lstlast/test4.c | 4 +- libft/tests/bonus/lstlast/test5.c | 4 +- libft/tests/bonus/lstmap/test1.c | 4 +- libft/tests/bonus/lstmap/test2.c | 4 +- libft/tests/bonus/lstmap/test3.c | 4 +- libft/tests/bonus/lstmap/test4.c | 4 +- libft/tests/bonus/lstmap/test5.c | 4 +- libft/tests/bonus/lstmap/test6.c | 4 +- libft/tests/bonus/lstnew/test1.c | 4 +- libft/tests/bonus/lstnew/test2.c | 4 +- libft/tests/bonus/lstnew/test3.c | 4 +- libft/tests/bonus/lstsize/test1.c | 4 +- libft/tests/bonus/lstsize/test2.c | 4 +- libft/tests/bonus/lstsize/test3.c | 4 +- libft/tests/bonus/lstsize/test4.c | 4 +- libft/tests/bonus/lstsize/test5.c | 4 +- libft/tests/mandatory/atoi/test1.c | 14 +- libft/tests/mandatory/atoi/test10.c | 14 +- libft/tests/mandatory/atoi/test11.c | 14 +- libft/tests/mandatory/atoi/test12.c | 14 +- libft/tests/mandatory/atoi/test13.c | 14 +- libft/tests/mandatory/atoi/test14.c | 14 +- libft/tests/mandatory/atoi/test15.c | 14 +- libft/tests/mandatory/atoi/test16.c | 14 +- libft/tests/mandatory/atoi/test17.c | 14 +- libft/tests/mandatory/atoi/test18.c | 14 +- libft/tests/mandatory/atoi/test19.c | 14 +- libft/tests/mandatory/atoi/test2.c | 14 +- libft/tests/mandatory/atoi/test20.c | 14 +- libft/tests/mandatory/atoi/test3.c | 14 +- libft/tests/mandatory/atoi/test4.c | 14 +- libft/tests/mandatory/atoi/test5.c | 14 +- libft/tests/mandatory/atoi/test6.c | 14 +- libft/tests/mandatory/atoi/test7.c | 14 +- libft/tests/mandatory/atoi/test8.c | 14 +- libft/tests/mandatory/atoi/test9.c | 14 +- libft/tests/mandatory/bzero/test1.c | 14 +- libft/tests/mandatory/bzero/test2.c | 14 +- libft/tests/mandatory/bzero/test3.c | 14 +- libft/tests/mandatory/bzero/test4.c | 14 +- libft/tests/mandatory/bzero/test5.c | 14 +- libft/tests/mandatory/calloc/test1.c | 14 +- libft/tests/mandatory/calloc/test2.c | 14 +- libft/tests/mandatory/calloc/test3.c | 14 +- libft/tests/mandatory/calloc/test4.c | 14 +- libft/tests/mandatory/calloc/test5.c | 14 +- libft/tests/mandatory/calloc/test6.c | 14 +- libft/tests/mandatory/calloc/test7.c | 14 +- libft/tests/mandatory/calloc/test8.c | 14 +- libft/tests/mandatory/calloc/test9.c | 14 +- libft/tests/mandatory/isalnum/test1.c | 14 +- libft/tests/mandatory/isalnum/test10.c | 14 +- libft/tests/mandatory/isalnum/test11.c | 14 +- libft/tests/mandatory/isalnum/test12.c | 14 +- libft/tests/mandatory/isalnum/test13.c | 14 +- libft/tests/mandatory/isalnum/test14.c | 14 +- libft/tests/mandatory/isalnum/test15.c | 14 +- libft/tests/mandatory/isalnum/test16.c | 14 +- libft/tests/mandatory/isalnum/test17.c | 14 +- libft/tests/mandatory/isalnum/test18.c | 14 +- libft/tests/mandatory/isalnum/test19.c | 14 +- libft/tests/mandatory/isalnum/test2.c | 14 +- libft/tests/mandatory/isalnum/test20.c | 14 +- libft/tests/mandatory/isalnum/test3.c | 14 +- libft/tests/mandatory/isalnum/test4.c | 14 +- libft/tests/mandatory/isalnum/test5.c | 14 +- libft/tests/mandatory/isalnum/test6.c | 14 +- libft/tests/mandatory/isalnum/test7.c | 14 +- libft/tests/mandatory/isalnum/test8.c | 14 +- libft/tests/mandatory/isalnum/test9.c | 14 +- libft/tests/mandatory/isalpha/test1.c | 14 +- libft/tests/mandatory/isalpha/test10.c | 14 +- libft/tests/mandatory/isalpha/test11.c | 14 +- libft/tests/mandatory/isalpha/test12.c | 14 +- libft/tests/mandatory/isalpha/test13.c | 14 +- libft/tests/mandatory/isalpha/test14.c | 14 +- libft/tests/mandatory/isalpha/test15.c | 14 +- libft/tests/mandatory/isalpha/test16.c | 14 +- libft/tests/mandatory/isalpha/test17.c | 14 +- libft/tests/mandatory/isalpha/test18.c | 14 +- libft/tests/mandatory/isalpha/test19.c | 14 +- libft/tests/mandatory/isalpha/test2.c | 14 +- libft/tests/mandatory/isalpha/test20.c | 14 +- libft/tests/mandatory/isalpha/test3.c | 14 +- libft/tests/mandatory/isalpha/test4.c | 14 +- libft/tests/mandatory/isalpha/test5.c | 14 +- libft/tests/mandatory/isalpha/test6.c | 14 +- libft/tests/mandatory/isalpha/test7.c | 14 +- libft/tests/mandatory/isalpha/test8.c | 14 +- libft/tests/mandatory/isalpha/test9.c | 14 +- libft/tests/mandatory/isascii/test1.c | 14 +- libft/tests/mandatory/isascii/test10.c | 14 +- libft/tests/mandatory/isascii/test11.c | 14 +- libft/tests/mandatory/isascii/test2.c | 14 +- libft/tests/mandatory/isascii/test3.c | 14 +- libft/tests/mandatory/isascii/test4.c | 14 +- libft/tests/mandatory/isascii/test5.c | 14 +- libft/tests/mandatory/isascii/test6.c | 14 +- libft/tests/mandatory/isascii/test7.c | 14 +- libft/tests/mandatory/isascii/test8.c | 14 +- libft/tests/mandatory/isascii/test9.c | 14 +- libft/tests/mandatory/isdigit/test1.c | 14 +- libft/tests/mandatory/isdigit/test10.c | 14 +- libft/tests/mandatory/isdigit/test11.c | 14 +- libft/tests/mandatory/isdigit/test12.c | 14 +- libft/tests/mandatory/isdigit/test13.c | 14 +- libft/tests/mandatory/isdigit/test14.c | 14 +- libft/tests/mandatory/isdigit/test15.c | 14 +- libft/tests/mandatory/isdigit/test16.c | 14 +- libft/tests/mandatory/isdigit/test17.c | 14 +- libft/tests/mandatory/isdigit/test18.c | 14 +- libft/tests/mandatory/isdigit/test19.c | 14 +- libft/tests/mandatory/isdigit/test2.c | 14 +- libft/tests/mandatory/isdigit/test20.c | 14 +- libft/tests/mandatory/isdigit/test3.c | 14 +- libft/tests/mandatory/isdigit/test4.c | 14 +- libft/tests/mandatory/isdigit/test5.c | 14 +- libft/tests/mandatory/isdigit/test6.c | 14 +- libft/tests/mandatory/isdigit/test7.c | 14 +- libft/tests/mandatory/isdigit/test8.c | 14 +- libft/tests/mandatory/isdigit/test9.c | 14 +- libft/tests/mandatory/isprint/test1.c | 14 +- libft/tests/mandatory/isprint/test10.c | 14 +- libft/tests/mandatory/isprint/test11.c | 14 +- libft/tests/mandatory/isprint/test2.c | 14 +- libft/tests/mandatory/isprint/test3.c | 14 +- libft/tests/mandatory/isprint/test4.c | 14 +- libft/tests/mandatory/isprint/test5.c | 14 +- libft/tests/mandatory/isprint/test6.c | 14 +- libft/tests/mandatory/isprint/test7.c | 14 +- libft/tests/mandatory/isprint/test8.c | 14 +- libft/tests/mandatory/isprint/test9.c | 14 +- libft/tests/mandatory/itoa/test1.c | 14 +- libft/tests/mandatory/itoa/test2.c | 14 +- libft/tests/mandatory/itoa/test3.c | 14 +- libft/tests/mandatory/itoa/test4.c | 14 +- libft/tests/mandatory/itoa/test5.c | 14 +- libft/tests/mandatory/itoa/test6.c | 14 +- libft/tests/mandatory/itoa/test7.c | 14 +- libft/tests/mandatory/memccpy/test1.c | 14 +- libft/tests/mandatory/memccpy/test10.c | 14 +- libft/tests/mandatory/memccpy/test11.c | 14 +- libft/tests/mandatory/memccpy/test12.c | 14 +- libft/tests/mandatory/memccpy/test2.c | 14 +- libft/tests/mandatory/memccpy/test3.c | 14 +- libft/tests/mandatory/memccpy/test4.c | 14 +- libft/tests/mandatory/memccpy/test5.c | 14 +- libft/tests/mandatory/memccpy/test6.c | 14 +- libft/tests/mandatory/memccpy/test7.c | 14 +- libft/tests/mandatory/memccpy/test8.c | 14 +- libft/tests/mandatory/memccpy/test9.c | 14 +- libft/tests/mandatory/memchr/test1.c | 14 +- libft/tests/mandatory/memchr/test2.c | 14 +- libft/tests/mandatory/memchr/test3.c | 14 +- libft/tests/mandatory/memchr/test4.c | 14 +- libft/tests/mandatory/memchr/test5.c | 14 +- libft/tests/mandatory/memchr/test6.c | 14 +- libft/tests/mandatory/memchr/test7.c | 14 +- libft/tests/mandatory/memchr/test8.c | 14 +- libft/tests/mandatory/memchr/test9.c | 14 +- libft/tests/mandatory/memcmp/test1.c | 14 +- libft/tests/mandatory/memcmp/test10.c | 14 +- libft/tests/mandatory/memcmp/test11.c | 14 +- libft/tests/mandatory/memcmp/test12.c | 14 +- libft/tests/mandatory/memcmp/test13.c | 14 +- libft/tests/mandatory/memcmp/test14.c | 14 +- libft/tests/mandatory/memcmp/test15.c | 14 +- libft/tests/mandatory/memcmp/test16.c | 14 +- libft/tests/mandatory/memcmp/test17.c | 14 +- libft/tests/mandatory/memcmp/test2.c | 14 +- libft/tests/mandatory/memcmp/test3.c | 14 +- libft/tests/mandatory/memcmp/test4.c | 14 +- libft/tests/mandatory/memcmp/test5.c | 14 +- libft/tests/mandatory/memcmp/test6.c | 14 +- libft/tests/mandatory/memcmp/test7.c | 14 +- libft/tests/mandatory/memcmp/test8.c | 14 +- libft/tests/mandatory/memcmp/test9.c | 14 +- libft/tests/mandatory/memcpy/test1.c | 14 +- libft/tests/mandatory/memcpy/test2.c | 14 +- libft/tests/mandatory/memcpy/test3.c | 14 +- libft/tests/mandatory/memcpy/test4.c | 14 +- libft/tests/mandatory/memcpy/test5.c | 14 +- libft/tests/mandatory/memcpy/test6.c | 14 +- libft/tests/mandatory/memcpy/test7.c | 14 +- libft/tests/mandatory/memcpy/test8.c | 14 +- libft/tests/mandatory/memcpy/test9.c | 14 +- libft/tests/mandatory/memmove/test1.c | 14 +- libft/tests/mandatory/memmove/test10.c | 14 +- libft/tests/mandatory/memmove/test11.c | 14 +- libft/tests/mandatory/memmove/test12.c | 14 +- libft/tests/mandatory/memmove/test13.c | 14 +- libft/tests/mandatory/memmove/test14.c | 14 +- libft/tests/mandatory/memmove/test2.c | 14 +- libft/tests/mandatory/memmove/test3.c | 14 +- libft/tests/mandatory/memmove/test4.c | 14 +- libft/tests/mandatory/memmove/test5.c | 14 +- libft/tests/mandatory/memmove/test6.c | 14 +- libft/tests/mandatory/memmove/test7.c | 14 +- libft/tests/mandatory/memmove/test8.c | 14 +- libft/tests/mandatory/memmove/test9.c | 14 +- libft/tests/mandatory/memset/test1.c | 14 +- libft/tests/mandatory/memset/test2.c | 14 +- libft/tests/mandatory/memset/test3.c | 14 +- libft/tests/mandatory/memset/test4.c | 14 +- libft/tests/mandatory/memset/test5.c | 14 +- libft/tests/mandatory/memset/test6.c | 14 +- libft/tests/mandatory/memset/test7.c | 14 +- libft/tests/mandatory/memset/test8.c | 14 +- libft/tests/mandatory/memset/test9.c | 14 +- libft/tests/mandatory/putchar_fd/test1.c | 14 +- libft/tests/mandatory/putchar_fd/test10.c | 14 +- libft/tests/mandatory/putchar_fd/test11.c | 14 +- libft/tests/mandatory/putchar_fd/test12.c | 14 +- libft/tests/mandatory/putchar_fd/test13.c | 14 +- libft/tests/mandatory/putchar_fd/test14.c | 14 +- libft/tests/mandatory/putchar_fd/test15.c | 14 +- libft/tests/mandatory/putchar_fd/test16.c | 14 +- libft/tests/mandatory/putchar_fd/test17.c | 14 +- libft/tests/mandatory/putchar_fd/test18.c | 14 +- libft/tests/mandatory/putchar_fd/test19.c | 14 +- libft/tests/mandatory/putchar_fd/test2.c | 14 +- libft/tests/mandatory/putchar_fd/test20.c | 14 +- libft/tests/mandatory/putchar_fd/test3.c | 14 +- libft/tests/mandatory/putchar_fd/test4.c | 14 +- libft/tests/mandatory/putchar_fd/test5.c | 14 +- libft/tests/mandatory/putchar_fd/test6.c | 14 +- libft/tests/mandatory/putchar_fd/test7.c | 14 +- libft/tests/mandatory/putchar_fd/test8.c | 14 +- libft/tests/mandatory/putchar_fd/test9.c | 14 +- libft/tests/mandatory/putendl_fd/test1.c | 14 +- libft/tests/mandatory/putendl_fd/test10.c | 14 +- libft/tests/mandatory/putendl_fd/test11.c | 14 +- libft/tests/mandatory/putendl_fd/test12.c | 14 +- libft/tests/mandatory/putendl_fd/test13.c | 14 +- libft/tests/mandatory/putendl_fd/test14.c | 14 +- libft/tests/mandatory/putendl_fd/test15.c | 14 +- libft/tests/mandatory/putendl_fd/test16.c | 14 +- libft/tests/mandatory/putendl_fd/test17.c | 14 +- libft/tests/mandatory/putendl_fd/test18.c | 14 +- libft/tests/mandatory/putendl_fd/test19.c | 14 +- libft/tests/mandatory/putendl_fd/test2.c | 14 +- libft/tests/mandatory/putendl_fd/test20.c | 14 +- libft/tests/mandatory/putendl_fd/test3.c | 14 +- libft/tests/mandatory/putendl_fd/test4.c | 14 +- libft/tests/mandatory/putendl_fd/test5.c | 14 +- libft/tests/mandatory/putendl_fd/test6.c | 14 +- libft/tests/mandatory/putendl_fd/test7.c | 14 +- libft/tests/mandatory/putendl_fd/test8.c | 14 +- libft/tests/mandatory/putendl_fd/test9.c | 14 +- libft/tests/mandatory/putnbr_fd/test1.c | 14 +- libft/tests/mandatory/putnbr_fd/test10.c | 14 +- libft/tests/mandatory/putnbr_fd/test11.c | 14 +- libft/tests/mandatory/putnbr_fd/test12.c | 14 +- libft/tests/mandatory/putnbr_fd/test13.c | 14 +- libft/tests/mandatory/putnbr_fd/test14.c | 14 +- libft/tests/mandatory/putnbr_fd/test15.c | 14 +- libft/tests/mandatory/putnbr_fd/test16.c | 14 +- libft/tests/mandatory/putnbr_fd/test17.c | 14 +- libft/tests/mandatory/putnbr_fd/test18.c | 14 +- libft/tests/mandatory/putnbr_fd/test19.c | 14 +- libft/tests/mandatory/putnbr_fd/test2.c | 14 +- libft/tests/mandatory/putnbr_fd/test20.c | 14 +- libft/tests/mandatory/putnbr_fd/test3.c | 14 +- libft/tests/mandatory/putnbr_fd/test4.c | 14 +- libft/tests/mandatory/putnbr_fd/test5.c | 14 +- libft/tests/mandatory/putnbr_fd/test6.c | 14 +- libft/tests/mandatory/putnbr_fd/test7.c | 14 +- libft/tests/mandatory/putnbr_fd/test8.c | 14 +- libft/tests/mandatory/putnbr_fd/test9.c | 14 +- libft/tests/mandatory/putstr_fd/test1.c | 14 +- libft/tests/mandatory/putstr_fd/test10.c | 14 +- libft/tests/mandatory/putstr_fd/test11.c | 14 +- libft/tests/mandatory/putstr_fd/test12.c | 14 +- libft/tests/mandatory/putstr_fd/test13.c | 14 +- libft/tests/mandatory/putstr_fd/test14.c | 14 +- libft/tests/mandatory/putstr_fd/test15.c | 14 +- libft/tests/mandatory/putstr_fd/test16.c | 14 +- libft/tests/mandatory/putstr_fd/test17.c | 14 +- libft/tests/mandatory/putstr_fd/test18.c | 14 +- libft/tests/mandatory/putstr_fd/test19.c | 14 +- libft/tests/mandatory/putstr_fd/test2.c | 14 +- libft/tests/mandatory/putstr_fd/test20.c | 14 +- libft/tests/mandatory/putstr_fd/test3.c | 14 +- libft/tests/mandatory/putstr_fd/test4.c | 14 +- libft/tests/mandatory/putstr_fd/test5.c | 14 +- libft/tests/mandatory/putstr_fd/test6.c | 14 +- libft/tests/mandatory/putstr_fd/test7.c | 14 +- libft/tests/mandatory/putstr_fd/test8.c | 14 +- libft/tests/mandatory/putstr_fd/test9.c | 14 +- libft/tests/mandatory/split/test1.c | 14 +- libft/tests/mandatory/split/test10.c | 14 +- libft/tests/mandatory/split/test11.c | 14 +- libft/tests/mandatory/split/test12.c | 14 +- libft/tests/mandatory/split/test13.c | 14 +- libft/tests/mandatory/split/test14.c | 14 +- libft/tests/mandatory/split/test2.c | 14 +- libft/tests/mandatory/split/test3.c | 14 +- libft/tests/mandatory/split/test4.c | 14 +- libft/tests/mandatory/split/test5.c | 14 +- libft/tests/mandatory/split/test6.c | 14 +- libft/tests/mandatory/split/test7.c | 14 +- libft/tests/mandatory/split/test8.c | 14 +- libft/tests/mandatory/split/test9.c | 14 +- libft/tests/mandatory/strchr/test1.c | 14 +- libft/tests/mandatory/strchr/test2.c | 14 +- libft/tests/mandatory/strchr/test3.c | 14 +- libft/tests/mandatory/strchr/test4.c | 14 +- libft/tests/mandatory/strchr/test5.c | 14 +- libft/tests/mandatory/strchr/test6.c | 14 +- libft/tests/mandatory/strchr/test7.c | 14 +- libft/tests/mandatory/strdup/test1.c | 14 +- libft/tests/mandatory/strdup/test2.c | 14 +- libft/tests/mandatory/strdup/test3.c | 14 +- libft/tests/mandatory/strdup/test4.c | 14 +- libft/tests/mandatory/strdup/test5.c | 14 +- libft/tests/mandatory/strdup/test6.c | 14 +- libft/tests/mandatory/strdup/test7.c | 14 +- libft/tests/mandatory/strjoin/test1.c | 14 +- libft/tests/mandatory/strjoin/test10.c | 14 +- libft/tests/mandatory/strjoin/test2.c | 14 +- libft/tests/mandatory/strjoin/test3.c | 14 +- libft/tests/mandatory/strjoin/test4.c | 14 +- libft/tests/mandatory/strjoin/test5.c | 14 +- libft/tests/mandatory/strjoin/test6.c | 14 +- libft/tests/mandatory/strjoin/test7.c | 14 +- libft/tests/mandatory/strjoin/test8.c | 14 +- libft/tests/mandatory/strjoin/test9.c | 14 +- libft/tests/mandatory/strlcat/test1.c | 14 +- libft/tests/mandatory/strlcat/test10.c | 14 +- libft/tests/mandatory/strlcat/test11.c | 14 +- libft/tests/mandatory/strlcat/test2.c | 14 +- libft/tests/mandatory/strlcat/test3.c | 14 +- libft/tests/mandatory/strlcat/test4.c | 14 +- libft/tests/mandatory/strlcat/test5.c | 14 +- libft/tests/mandatory/strlcat/test6.c | 14 +- libft/tests/mandatory/strlcat/test7.c | 14 +- libft/tests/mandatory/strlcat/test8.c | 14 +- libft/tests/mandatory/strlcat/test9.c | 14 +- libft/tests/mandatory/strlcpy/test1.c | 14 +- libft/tests/mandatory/strlcpy/test10.c | 14 +- libft/tests/mandatory/strlcpy/test11.c | 14 +- libft/tests/mandatory/strlcpy/test12.c | 14 +- libft/tests/mandatory/strlcpy/test13.c | 14 +- libft/tests/mandatory/strlcpy/test14.c | 14 +- libft/tests/mandatory/strlcpy/test2.c | 14 +- libft/tests/mandatory/strlcpy/test3.c | 14 +- libft/tests/mandatory/strlcpy/test4.c | 14 +- libft/tests/mandatory/strlcpy/test5.c | 14 +- libft/tests/mandatory/strlcpy/test6.c | 14 +- libft/tests/mandatory/strlcpy/test7.c | 14 +- libft/tests/mandatory/strlcpy/test8.c | 14 +- libft/tests/mandatory/strlcpy/test9.c | 14 +- libft/tests/mandatory/strlen/test1.c | 14 +- libft/tests/mandatory/strlen/test2.c | 14 +- libft/tests/mandatory/strlen/test3.c | 14 +- libft/tests/mandatory/strlen/test4.c | 14 +- libft/tests/mandatory/strlen/test5.c | 14 +- libft/tests/mandatory/strlen/test6.c | 14 +- libft/tests/mandatory/strlen/test7.c | 14 +- libft/tests/mandatory/strlen/test8.c | 14 +- libft/tests/mandatory/strmapi/test1.c | 14 +- libft/tests/mandatory/strmapi/test2.c | 14 +- libft/tests/mandatory/strmapi/test3.c | 14 +- libft/tests/mandatory/strmapi/test4.c | 14 +- libft/tests/mandatory/strmapi/test5.c | 14 +- libft/tests/mandatory/strmapi/test6.c | 14 +- libft/tests/mandatory/strncmp/test1.c | 14 +- libft/tests/mandatory/strncmp/test10.c | 14 +- libft/tests/mandatory/strncmp/test11.c | 14 +- libft/tests/mandatory/strncmp/test12.c | 14 +- libft/tests/mandatory/strncmp/test13.c | 14 +- libft/tests/mandatory/strncmp/test14.c | 14 +- libft/tests/mandatory/strncmp/test2.c | 14 +- libft/tests/mandatory/strncmp/test3.c | 14 +- libft/tests/mandatory/strncmp/test4.c | 14 +- libft/tests/mandatory/strncmp/test5.c | 14 +- libft/tests/mandatory/strncmp/test6.c | 14 +- libft/tests/mandatory/strncmp/test7.c | 14 +- libft/tests/mandatory/strncmp/test8.c | 14 +- libft/tests/mandatory/strncmp/test9.c | 14 +- libft/tests/mandatory/strnstr/test1.c | 14 +- libft/tests/mandatory/strnstr/test10.c | 14 +- libft/tests/mandatory/strnstr/test11.c | 14 +- libft/tests/mandatory/strnstr/test12.c | 14 +- libft/tests/mandatory/strnstr/test13.c | 14 +- libft/tests/mandatory/strnstr/test14.c | 14 +- libft/tests/mandatory/strnstr/test15.c | 14 +- libft/tests/mandatory/strnstr/test16.c | 14 +- libft/tests/mandatory/strnstr/test2.c | 14 +- libft/tests/mandatory/strnstr/test3.c | 14 +- libft/tests/mandatory/strnstr/test4.c | 14 +- libft/tests/mandatory/strnstr/test5.c | 14 +- libft/tests/mandatory/strnstr/test6.c | 14 +- libft/tests/mandatory/strnstr/test7.c | 14 +- libft/tests/mandatory/strnstr/test8.c | 14 +- libft/tests/mandatory/strnstr/test9.c | 14 +- libft/tests/mandatory/strrchr/test1.c | 14 +- libft/tests/mandatory/strrchr/test2.c | 14 +- libft/tests/mandatory/strrchr/test3.c | 14 +- libft/tests/mandatory/strrchr/test4.c | 14 +- libft/tests/mandatory/strrchr/test5.c | 14 +- libft/tests/mandatory/strrchr/test6.c | 14 +- libft/tests/mandatory/strrchr/test7.c | 14 +- libft/tests/mandatory/strrchr/test8.c | 14 +- libft/tests/mandatory/strtrim/test1.c | 14 +- libft/tests/mandatory/strtrim/test10.c | 14 +- libft/tests/mandatory/strtrim/test11.c | 14 +- libft/tests/mandatory/strtrim/test12.c | 14 +- libft/tests/mandatory/strtrim/test13.c | 14 +- libft/tests/mandatory/strtrim/test14.c | 14 +- libft/tests/mandatory/strtrim/test15.c | 14 +- libft/tests/mandatory/strtrim/test16.c | 14 +- libft/tests/mandatory/strtrim/test17.c | 14 +- libft/tests/mandatory/strtrim/test2.c | 14 +- libft/tests/mandatory/strtrim/test3.c | 14 +- libft/tests/mandatory/strtrim/test4.c | 14 +- libft/tests/mandatory/strtrim/test5.c | 14 +- libft/tests/mandatory/strtrim/test6.c | 14 +- libft/tests/mandatory/strtrim/test7.c | 14 +- libft/tests/mandatory/strtrim/test8.c | 14 +- libft/tests/mandatory/strtrim/test9.c | 14 +- libft/tests/mandatory/substr/test1.c | 14 +- libft/tests/mandatory/substr/test10.c | 14 +- libft/tests/mandatory/substr/test11.c | 14 +- libft/tests/mandatory/substr/test12.c | 14 +- libft/tests/mandatory/substr/test2.c | 14 +- libft/tests/mandatory/substr/test3.c | 14 +- libft/tests/mandatory/substr/test4.c | 14 +- libft/tests/mandatory/substr/test5.c | 14 +- libft/tests/mandatory/substr/test6.c | 14 +- libft/tests/mandatory/substr/test7.c | 14 +- libft/tests/mandatory/substr/test8.c | 14 +- libft/tests/mandatory/substr/test9.c | 14 +- libft/tests/mandatory/tolower/test1.c | 14 +- libft/tests/mandatory/tolower/test10.c | 14 +- libft/tests/mandatory/tolower/test11.c | 14 +- libft/tests/mandatory/tolower/test12.c | 14 +- libft/tests/mandatory/tolower/test2.c | 14 +- libft/tests/mandatory/tolower/test3.c | 14 +- libft/tests/mandatory/tolower/test4.c | 14 +- libft/tests/mandatory/tolower/test5.c | 14 +- libft/tests/mandatory/tolower/test6.c | 14 +- libft/tests/mandatory/tolower/test7.c | 14 +- libft/tests/mandatory/tolower/test8.c | 14 +- libft/tests/mandatory/tolower/test9.c | 14 +- libft/tests/mandatory/toupper/test1.c | 14 +- libft/tests/mandatory/toupper/test10.c | 14 +- libft/tests/mandatory/toupper/test11.c | 14 +- libft/tests/mandatory/toupper/test12.c | 14 +- libft/tests/mandatory/toupper/test2.c | 14 +- libft/tests/mandatory/toupper/test3.c | 14 +- libft/tests/mandatory/toupper/test4.c | 14 +- libft/tests/mandatory/toupper/test5.c | 14 +- libft/tests/mandatory/toupper/test6.c | 14 +- libft/tests/mandatory/toupper/test7.c | 14 +- libft/tests/mandatory/toupper/test8.c | 14 +- libft/tests/mandatory/toupper/test9.c | 15 +- libft/tests/tmp/binary | Bin 0 -> 15304 bytes libft/tests/tmp/libft.h | 186 ++++++++++++++++++++++ libft/tests/tmp/memorycheck | 14 ++ libft/tests/tmp/norm | 153 ++++++++++++++++++ libft/tests/tmp/output | 0 libft/tests/tmp/relink | 0 649 files changed, 4614 insertions(+), 3535 deletions(-) delete mode 100644 libft/.gitignore create mode 100644 libft/src/ft_abspathcmd.c create mode 100644 libft/src/ft_cppbzero.c create mode 100644 libft/src/ft_cpptostr.c create mode 100644 libft/src/ft_getenvval.c create mode 100644 libft/src/ft_gethome.c create mode 100644 libft/src/ft_gethost.c create mode 100644 libft/src/ft_getos.c create mode 100644 libft/src/ft_getpaths.c create mode 100644 libft/src/ft_gettimemsdate.c create mode 100644 libft/src/ft_getuser.c create mode 100644 libft/src/ft_intrchr.c create mode 100644 libft/src/ft_mkdir.c create mode 100644 libft/src/ft_rmdir.c create mode 100644 libft/src/ft_semfree.c create mode 100644 libft/src/ft_seminit.c create mode 100644 libft/src/ft_semwait.c create mode 100644 libft/src/ft_system.c create mode 100644 libft/src/ft_vafree.c create mode 100644 libft/src/ft_vastrjoin.c create mode 100755 libft/tests/tmp/binary create mode 100644 libft/tests/tmp/libft.h create mode 100644 libft/tests/tmp/memorycheck create mode 100644 libft/tests/tmp/norm create mode 100644 libft/tests/tmp/output create mode 100644 libft/tests/tmp/relink diff --git a/Makefile b/Makefile index 5e41f80..b517d9c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: djonker // \ \ __| | | \ \/ / # # (| | )|_| |_| |> < # # Created: 2022/11/24 10:12:10 by djonker /'\_ _/`\__|\__,_/_/\_\ # -# Updated: 2023/10/25 13:53:30 by djonker ######## odam.nl # +# Updated: 2023/10/26 18:01:58 by houtworm ######## odam.nl # # # # **************************************************************************** # @@ -50,7 +50,7 @@ fclean: clean re: fclean all -$(OBJ): $(SRC) +$(OBJ): $(SRC) fractol.h Makefile @mkdir -p $(dir $@) @printf "\e[1;34mBuilding $@\n\e[0;00m" @$(CC) $(CFLAGS) -c $(@:obj/%.o=src/%.c) -o $@ diff --git a/libft/.gitignore b/libft/.gitignore deleted file mode 100644 index ef433d8..0000000 --- a/libft/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.pdf -*.o -*.a -LICENSE -obj -tests/tmp -.git -.ccls-cache diff --git a/libft/Makefile b/libft/Makefile index f6612ed..1bd3479 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -1,18 +1,18 @@ # **************************************************************************** # # # # :::::::: # -# Makefile |o_o || | # +# Makefile :+: :+: # # +:+ # # By: djonker +#+ # # +#+ # # Created: 2020/10/27 15:02:02 by djonker #+# #+# # -# Updated: 2023/02/23 15:40:38 by houtworm \___)=(___/ # +# Updated: 2023/10/26 18:29:23 by houtworm ######## odam.nl # # # # **************************************************************************** # NAME =libft.a CC =gcc -FC =-Wall -Werror -Wextra -fsanitize=address +FC =-Wall -Werror -Wextra# -g -fsanitize=address FAR =ar -rs RM =rm -f SRC =src/ft_atoi.c \ @@ -138,7 +138,24 @@ SRC =src/ft_atoi.c \ src/ft_islneg.c \ src/ft_ldeclen.c \ src/ft_isallbyte.c \ - src/ft_getpwd.c + src/ft_getuser.c \ + src/ft_gethome.c \ + src/ft_getpwd.c \ + src/ft_vastrjoin.c \ + src/ft_vafree.c \ + src/ft_intrchr.c \ + src/ft_system.c \ + src/ft_getpaths.c \ + src/ft_getenvval.c \ + src/ft_seminit.c \ + src/ft_semwait.c \ + src/ft_semfree.c \ + src/ft_gettimemsdate.c \ + src/ft_mkdir.c \ + src/ft_rmdir.c \ + src/ft_abspathcmd.c \ + src/ft_cppbzero.c \ + src/ft_cpptostr.c BSRC =src/ft_lstadd_back.c \ src/ft_lstadd_front.c \ src/ft_lstclear.c \ diff --git a/libft/Readme.md b/libft/Readme.md index 41f9074..d56e5b9 100644 --- a/libft/Readme.md +++ b/libft/Readme.md @@ -1,10 +1,33 @@ -# Functions -## striteri -void ft_striteri(char *s, void (*f)(unsigned int, char*)); +# Libft +Libft is a self written implementation of some of the standard c function.\ +It also includes a lot of undocumented functions not in the standard c library.\ +Nonetheless the functions have been named somewhat properly and the code should be easy to read. -# Tester -## general - check for -Wall -Werror -Wextra - Think of more edge cases for all functions -## add tests extra - check if function exists in .h and run the tests for that fucntion +--- +## Todo +#### Write ft_striteri +`void ft_striteri(char *s, void (*f)(unsigned int, char*));` + + +--- +## Usage +1. Simply clone or download the repository +2. Run `make` in the cloned directory +3. You can include the created libft.a in your own programs + +--- +## Tester +#### Todo +- Add striteri test +- check for -Wall -Werror -Wextra +- Think of more edge cases for all functions +- Extra functions, check if function exists in .h and run the tests for that fucntion +- putchar 4 should print 0 + +#### Usage +1. Download test.sh and the tests folder into your own project directory +2. Make the file executable `chmod +x test.sh` +3. Run `./test.sh` to start the test + +--- +[This project is part of the studies at 42](https://42.fr/en/homepage/) diff --git a/libft/libft.h b/libft/libft.h index d30bd5a..b7b78f3 100644 --- a/libft/libft.h +++ b/libft/libft.h @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* libft.h |o_o || | */ +/* libft.h :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 16:02:53 by djonker #+# #+# */ -/* Updated: 2023/03/05 20:30:31 by houtworm \___)=(___/ */ +/* Updated: 2023/10/25 07:05:24 by djonker ######## odam.nl */ /* */ /* ************************************************************************** */ @@ -16,6 +16,9 @@ # include # include # include +# include +# include +# include typedef struct s_list { @@ -160,5 +163,24 @@ int ft_islneg(long long n); char *ft_dtoa(long double n); int ft_isallbyte(char *str, char byte); char *ft_getpwd(char **envp, int slash); +char *ft_getuser(char **envp); +char *ft_gethome(char **envp); +char *ft_getos(void); +char *ft_gethost(void); +char *ft_vastrjoin(int n, ...); +void ft_vafree(int n, ...); +int ft_intrchr(const char *s, int c); +char *ft_system(char *command, char **envp, char *file); +char **ft_getpaths(char **envp, int i); +char *ft_getenvval(char **envp, char *var); +char *ft_abspathcmd(char **paths, char *command); +void ft_cppbzero(char **cpp); +char *ft_cpptostr(char **cpp); +int ft_seminit(char *file, int number); +int ft_semwait(char *file); +int ft_semfree(char *file); +long long ft_gettimemsdate(char **envp, char *file); +int ft_mkdir(char *dirname, char **envp); +int ft_rmdir(char *dirname, char **envp); #endif diff --git a/libft/src/ft_abspathcmd.c b/libft/src/ft_abspathcmd.c new file mode 100644 index 0000000..b98e118 --- /dev/null +++ b/libft/src/ft_abspathcmd.c @@ -0,0 +1,34 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_abspathcmd.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/03/20 16:39:22 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:55:36 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +char *ft_abspathcmd(char **paths, char *cmd) +{ + char *absolute; + int i; + + i = 0; + if (!paths) + return (cmd); + if (cmd && ft_chrstr('/', cmd)) + absolute = ft_strdup(cmd); + else + absolute = ft_strjoin(paths[i], cmd); + while (access(absolute, F_OK) && paths[i] && !ft_chrstr('/', cmd)) + { + free(absolute); + i++; + absolute = ft_strjoin(paths[i], cmd); + } + return (absolute); +} diff --git a/libft/src/ft_around.c b/libft/src/ft_around.c index 2eaa4bc..36833c6 100644 --- a/libft/src/ft_around.c +++ b/libft/src/ft_around.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_around.c :+: :+: :+: */ +/* ft_around.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 07:26:00 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:42:07 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:37 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_arrlen.c b/libft/src/ft_arrlen.c index 49fd26b..08e3dba 100644 --- a/libft/src/ft_arrlen.c +++ b/libft/src/ft_arrlen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_arrlen.c :+: :+: :+: */ +/* ft_arrlen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/06 17:38:27 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:42:08 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:38 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_atodec.c b/libft/src/ft_atodec.c index b1ce456..691a9fc 100644 --- a/libft/src/ft_atodec.c +++ b/libft/src/ft_atodec.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_atodec.c :+: :+: :+: */ +/* ft_atodec.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 05:48:34 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:42:08 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:41 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_atof.c b/libft/src/ft_atof.c index 60a9404..46dc36d 100644 --- a/libft/src/ft_atof.c +++ b/libft/src/ft_atof.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_atof.c :+: :+: :+: */ +/* ft_atof.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 05:48:34 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:42:08 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:42 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_atoi.c b/libft/src/ft_atoi.c index 7885b23..141835d 100644 --- a/libft/src/ft_atoi.c +++ b/libft/src/ft_atoi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_atoi.c :+: :+: :+: */ +/* ft_atoi.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:08:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:42:09 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:42 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_atol.c b/libft/src/ft_atol.c index e9b5bee..9749ab6 100644 --- a/libft/src/ft_atol.c +++ b/libft/src/ft_atol.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_atol.c :+: :+: :+: */ +/* ft_atol.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:08:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:36:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_atou.c b/libft/src/ft_atou.c index 90c7d7b..4530f11 100644 --- a/libft/src/ft_atou.c +++ b/libft/src/ft_atou.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_atou.c |o_o || | */ +/* ft_atou.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:08:11 by djonker #+# #+# */ -/* Updated: 2023/03/05 21:13:18 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:55:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_bitswap.c b/libft/src/ft_bitswap.c index 5610b22..d7402bb 100644 --- a/libft/src/ft_bitswap.c +++ b/libft/src/ft_bitswap.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_bitswap.c :+: :+: :+: */ +/* ft_bitswap.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/05/17 06:29:44 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:18 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_btoi.c b/libft/src/ft_btoi.c index b40a500..9c7cc6c 100644 --- a/libft/src/ft_btoi.c +++ b/libft/src/ft_btoi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_btoi.c :+: :+: :+: */ +/* ft_btoi.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/18 13:44:56 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:36:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_bzero.c b/libft/src/ft_bzero.c index 469d8f0..cc91803 100644 --- a/libft/src/ft_bzero.c +++ b/libft/src/ft_bzero.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_bzero.c |o_o || | */ +/* ft_bzero.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:35:25 by djonker #+# #+# */ -/* Updated: 2023/02/22 02:01:25 by djonker \___)=(___/ */ +/* Updated: 2023/10/18 16:55:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_calloc.c b/libft/src/ft_calloc.c index c688465..af766ee 100644 --- a/libft/src/ft_calloc.c +++ b/libft/src/ft_calloc.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_calloc.c |o_o || | */ +/* ft_calloc.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 21:20:32 by djonker #+# #+# */ -/* Updated: 2023/02/25 16:18:01 by houtworm \___)=(___/ */ +/* Updated: 2023/10/25 05:52:55 by djonker ######## odam.nl */ /* */ /* ************************************************************************** */ @@ -25,7 +25,7 @@ void *ft_calloc(size_t count, size_t size) } p = malloc(count * size); if (p == NULL) - return (0x0); + exit(1); if (p) { t = p; diff --git a/libft/src/ft_chrstr.c b/libft/src/ft_chrstr.c index cce7a7a..142462d 100644 --- a/libft/src/ft_chrstr.c +++ b/libft/src/ft_chrstr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_chrstr.c :+: :+: :+: */ +/* ft_chrstr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/15 02:30:48 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:36:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:55:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_cntarg.c b/libft/src/ft_cntarg.c index 4ebcaff..5af39a1 100644 --- a/libft/src/ft_cntarg.c +++ b/libft/src/ft_cntarg.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* ::: :::::::: */ -/* ft_cntarg.c |o_o || | */ -/* +:+ +:+ +:+ */ -/* By: houtworm +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2023/02/07 00:38:26 by houtworm #+# #+# */ -/* Updated: 2023/02/21 01:43:17 by houtworm \___)=(___/ */ +/* :::::::: */ +/* ft_cntarg.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/07 00:38:26 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:56:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_cntchr.c b/libft/src/ft_cntchr.c index 681038a..6cea697 100644 --- a/libft/src/ft_cntchr.c +++ b/libft/src/ft_cntchr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* ft_cntchr.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2021/06/11 17:23:36 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/07 00:38:41 by houtworm ### ########.fr */ +/* :::::::: */ +/* ft_cntchr.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2021/06/11 17:23:36 by djonker #+# #+# */ +/* Updated: 2023/10/18 16:56:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_cntwrd.c b/libft/src/ft_cntwrd.c index b58b459..29ea326 100644 --- a/libft/src/ft_cntwrd.c +++ b/libft/src/ft_cntwrd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_cntwrd.c :+: :+: :+: */ +/* ft_cntwrd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/21 20:37:04 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:43 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_cntwrds.c b/libft/src/ft_cntwrds.c index d27a8ba..66d8e08 100644 --- a/libft/src/ft_cntwrds.c +++ b/libft/src/ft_cntwrds.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_cntwrds.c :+: :+: :+: */ +/* ft_cntwrds.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/21 20:37:04 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:44 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_cppbzero.c b/libft/src/ft_cppbzero.c new file mode 100644 index 0000000..4885ace --- /dev/null +++ b/libft/src/ft_cppbzero.c @@ -0,0 +1,25 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_cppbzero.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/09/18 12:17:56 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:56:14 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +void ft_cppbzero(char **cpp) +{ + int i; + + i = 0; + while (cpp[i]) + { + ft_bzero(cpp[i], ft_strlen(cpp[i])); + i++; + } +} diff --git a/libft/src/ft_cpptostr.c b/libft/src/ft_cpptostr.c new file mode 100644 index 0000000..6ea5223 --- /dev/null +++ b/libft/src/ft_cpptostr.c @@ -0,0 +1,36 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_cpptostr.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/09/18 12:17:01 by houtworm #+# #+# */ +/* Updated: 2023/10/19 00:19:29 by djonker ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +char *ft_cpptostr(char **cpp) +{ + int i; + char *ret; + char *temp; + char *temp2; + + i = 1; + if (cpp[0]) + temp2 = ft_strdup(cpp[0]); + while (cpp[i]) + { + temp = ft_strjoin(temp2, cpp[i]); + free(temp2); + temp2 = ft_strdup(temp); + free(temp); + i++; + } + ret = ft_strdup(temp2); + free(temp2); + return (ret); +} diff --git a/libft/src/ft_ddtoi.c b/libft/src/ft_ddtoi.c index d855ffc..53049e6 100644 --- a/libft/src/ft_ddtoi.c +++ b/libft/src/ft_ddtoi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_ddtoi.c :+: :+: :+: */ +/* ft_ddtoi.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 01:24:28 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:44 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_declen.c b/libft/src/ft_declen.c index e50ce24..c2b1e3a 100644 --- a/libft/src/ft_declen.c +++ b/libft/src/ft_declen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_declen.c :+: :+: :+: */ +/* ft_declen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 04:29:09 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:45 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_dtoa.c b/libft/src/ft_dtoa.c index f805529..69fc419 100644 --- a/libft/src/ft_dtoa.c +++ b/libft/src/ft_dtoa.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_dtoa.c :+: :+: :+: */ +/* ft_dtoa.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 03:46:17 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_dtoh.c b/libft/src/ft_dtoh.c index 64b240c..670dfd3 100644 --- a/libft/src/ft_dtoh.c +++ b/libft/src/ft_dtoh.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_dtoh.c :+: :+: :+: */ +/* ft_dtoh.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 02:22:34 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_factor.c b/libft/src/ft_factor.c index 79dd8fd..a64be26 100644 --- a/libft/src/ft_factor.c +++ b/libft/src/ft_factor.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_factor.c :+: :+: :+: */ +/* ft_factor.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/01 04:03:20 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:48 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_fczero.c b/libft/src/ft_fczero.c index 9948f8c..f5046d7 100644 --- a/libft/src/ft_fczero.c +++ b/libft/src/ft_fczero.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_fczero.c :+: :+: :+: */ +/* ft_fczero.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 04:29:09 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:49 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_flolen.c b/libft/src/ft_flolen.c index 2eb7e82..3d09db8 100644 --- a/libft/src/ft_flolen.c +++ b/libft/src/ft_flolen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_flolen.c :+: :+: :+: */ +/* ft_flolen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 04:00:01 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:50 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_fnprim.c b/libft/src/ft_fnprim.c index 2471a28..bebdb64 100644 --- a/libft/src/ft_fnprim.c +++ b/libft/src/ft_fnprim.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_fnprim.c :+: :+: :+: */ +/* ft_fnprim.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/01 04:42:24 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:38:50 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_frearr.c b/libft/src/ft_frearr.c index c2dce79..2cea047 100644 --- a/libft/src/ft_frearr.c +++ b/libft/src/ft_frearr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_frearr.c :+: :+: :+: */ +/* ft_frearr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/12/11 21:54:13 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:42 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_frenarr.c b/libft/src/ft_frenarr.c index c5fb93f..cf70b05 100644 --- a/libft/src/ft_frenarr.c +++ b/libft/src/ft_frenarr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_frenarr.c :+: :+: :+: */ +/* ft_frenarr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/12/11 21:54:13 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_fround.c b/libft/src/ft_fround.c index 696de90..003fd4b 100644 --- a/libft/src/ft_fround.c +++ b/libft/src/ft_fround.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_fround.c :+: :+: :+: */ +/* ft_fround.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 07:42:16 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:49 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_ftoa.c b/libft/src/ft_ftoa.c index 9ae11de..2eeb594 100644 --- a/libft/src/ft_ftoa.c +++ b/libft/src/ft_ftoa.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_ftoa.c :+: :+: :+: */ +/* ft_ftoa.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 03:46:17 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:49 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_ftoi.c b/libft/src/ft_ftoi.c index 20d3ea5..0d4b035 100644 --- a/libft/src/ft_ftoi.c +++ b/libft/src/ft_ftoi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_ftoi.c :+: :+: :+: */ +/* ft_ftoi.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:30:30 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:50 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:56:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_getenvval.c b/libft/src/ft_getenvval.c new file mode 100644 index 0000000..ca0e732 --- /dev/null +++ b/libft/src/ft_getenvval.c @@ -0,0 +1,34 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_getenvval.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/17 02:40:22 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:56:29 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +char *ft_getenvval(char **envp, char *var) +{ + char *value; + int i; + char *temp; + + temp = ft_strjoin(var, "="); + i = -1; + while (envp[++i]) + if (ft_strncmp(envp[i], temp, ft_strlen(temp)) == 0) + break ; + if (!envp[i]) + { + free(temp); + return (NULL); + } + value = ft_substr(envp[i], ft_strlen(temp), ft_strlen(envp[i])); + free(temp); + return (value); +} diff --git a/libft/src/ft_gethome.c b/libft/src/ft_gethome.c new file mode 100644 index 0000000..77c7436 --- /dev/null +++ b/libft/src/ft_gethome.c @@ -0,0 +1,28 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_gethome.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/17 02:40:22 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:56:39 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +char *ft_gethome(char **envp) +{ + char *home; + int i; + + i = -1; + while (envp[++i]) + if (ft_strncmp(envp[i], "HOME=", 5) == 0) + break ; + if (!envp[i]) + return (NULL); + home = ft_substr(envp[i], 5, ft_strlen(envp[i])); + return (home); +} diff --git a/libft/src/ft_gethost.c b/libft/src/ft_gethost.c new file mode 100644 index 0000000..e983244 --- /dev/null +++ b/libft/src/ft_gethost.c @@ -0,0 +1,27 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_gethost.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/09 07:45:51 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:03 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../../minishell.h" + +char *ft_gethost(void) +{ + int fd; + char *line; + char *host; + + fd = open("/etc/hostname", O_RDONLY); + get_next_line(fd, &line); + host = ft_strdup(line); + free(line); + close(fd); + return (host); +} diff --git a/libft/src/ft_getos.c b/libft/src/ft_getos.c new file mode 100644 index 0000000..4dc0851 --- /dev/null +++ b/libft/src/ft_getos.c @@ -0,0 +1,60 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_getos.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/09 07:45:51 by houtworm #+# #+# */ +/* Updated: 2023/10/19 00:22:24 by djonker ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../../minishell.h" + +char *ft_getosfromline(char *line) +{ + int ret; + char *os; + int i; + + ret = 0; + i = 0; + while (line[i] != '\"') + i++; + i++; + os = ft_calloc(ft_strlen(line), 8); + while (line[i] != ' ' && line[i] != '\"') + { + os[ret] = line[i]; + ret++; + i++; + } + os[ret] = '\0'; + return (os); +} + +char *ft_getos(void) +{ + int fd; + char *line; + int ret; + char *os; + + fd = open("/etc/os-release", O_RDONLY); + ret = 1; + while (ret > 0) + { + ret = get_next_line(fd, &line); + if (!ft_strncmp(line, "PRETTY_NAME:", 7)) + { + os = ft_getosfromline(line); + free(line); + close(fd); + return (os); + } + free (line); + } + close(fd); + return (NULL); +} diff --git a/libft/src/ft_getpaths.c b/libft/src/ft_getpaths.c new file mode 100644 index 0000000..7e4dcb1 --- /dev/null +++ b/libft/src/ft_getpaths.c @@ -0,0 +1,42 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_getpaths.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/03/20 16:39:22 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:06 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +char **ft_getpaths(char **envp, int i) +{ + char **paths; + char **temp; + char *firsttemp; + + i = -1; + while (envp[++i]) + if (ft_strncmp(envp[i], "PATH=", 5) == 0) + break ; + if (!envp[i]) + return (0); + else + temp = ft_split(envp[i], ':'); + if (!temp) + return (0); + paths = ft_calloc(sizeof(char *) * (ft_arrlen(temp) + 1), 1); + firsttemp = ft_substr(temp[0], 5, ft_strlen(temp[0])); + if (!paths || !firsttemp) + return (0); + paths[0] = ft_strjoin(firsttemp, "/"); + free(firsttemp); + i = 0; + while (temp[++i]) + paths[i] = ft_strjoin(temp[i], "/"); + ft_frearr(temp); + return (paths); +} diff --git a/libft/src/ft_getpwd.c b/libft/src/ft_getpwd.c index 3a2ff01..d133eed 100644 --- a/libft/src/ft_getpwd.c +++ b/libft/src/ft_getpwd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* ft_getpwd.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/17 02:40:22 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/17 02:55:28 by houtworm \___)=(___/ */ +/* :::::::: */ +/* ft_getpwd.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/17 02:40:22 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_gettimemsdate.c b/libft/src/ft_gettimemsdate.c new file mode 100644 index 0000000..f307341 --- /dev/null +++ b/libft/src/ft_gettimemsdate.c @@ -0,0 +1,24 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_gettimemsdate.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/17 20:10:03 by houtworm #+# #+# */ +/* Updated: 2023/10/19 00:04:18 by djonker ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +long long ft_gettimemsdate(char **envp, char *file) +{ + char *date; + long long currenttime; + + date = ft_system("date +%s%3N", envp, file); + currenttime = ft_atol(date); + free(date); + return (currenttime); +} diff --git a/libft/src/ft_getuser.c b/libft/src/ft_getuser.c new file mode 100644 index 0000000..1d63d8d --- /dev/null +++ b/libft/src/ft_getuser.c @@ -0,0 +1,28 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_getuser.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/17 02:40:22 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:09 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +char *ft_getuser(char **envp) +{ + char *user; + int i; + + i = -1; + while (envp[++i]) + if (ft_strncmp(envp[i], "USER=", 5) == 0) + break ; + if (!envp[i]) + return (NULL); + user = ft_substr(envp[i], 5, ft_strlen(envp[i])); + return (user); +} diff --git a/libft/src/ft_htod.c b/libft/src/ft_htod.c index b77c4b1..225ee07 100644 --- a/libft/src/ft_htod.c +++ b/libft/src/ft_htod.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_htod.c :+: :+: :+: */ +/* ft_htod.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 03:18:45 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:51 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_htoi.c b/libft/src/ft_htoi.c index fb473ae..9b6a5dd 100644 --- a/libft/src/ft_htoi.c +++ b/libft/src/ft_htoi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_htoi.c :+: :+: :+: */ +/* ft_htoi.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 01:24:28 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:52 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_iftof.c b/libft/src/ft_iftof.c index dfc2f76..9a4d518 100644 --- a/libft/src/ft_iftof.c +++ b/libft/src/ft_iftof.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_iftof.c :+: :+: :+: */ +/* ft_iftof.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 22:27:51 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:52 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_intlen.c b/libft/src/ft_intlen.c index b38457c..84adf52 100644 --- a/libft/src/ft_intlen.c +++ b/libft/src/ft_intlen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_intlen.c :+: :+: :+: */ +/* ft_intlen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 02:04:46 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:54 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_intrchr.c b/libft/src/ft_intrchr.c new file mode 100644 index 0000000..45ab32e --- /dev/null +++ b/libft/src/ft_intrchr.c @@ -0,0 +1,28 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_intrchr.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2020/11/11 16:14:50 by djonker #+# #+# */ +/* Updated: 2023/10/18 16:59:15 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +int ft_intrchr(const char *s, int c) +{ + int i; + + if (!s) + return (-1); + i = 0; + while (s[i] != '\0') + i++; + i--; + while (i >= 0 && s[i] != c) + i--; + return (i); +} diff --git a/libft/src/ft_isallbyte.c b/libft/src/ft_isallbyte.c index c3e39db..022b6e5 100644 --- a/libft/src/ft_isallbyte.c +++ b/libft/src/ft_isallbyte.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* ft_isallbyte.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 01:43:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 01:43:44 by houtworm \___)=(___/ */ +/* :::::::: */ +/* ft_isallbyte.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 01:43:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ @@ -14,6 +14,8 @@ int ft_isallbyte(char *str, char byte) { + if (!str) + return (1); while (*str == byte) str++; if (!*str) diff --git a/libft/src/ft_isalnum.c b/libft/src/ft_isalnum.c index 1380c16..08f9c6b 100644 --- a/libft/src/ft_isalnum.c +++ b/libft/src/ft_isalnum.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isalnum.c :+: :+: :+: */ +/* ft_isalnum.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 15:56:37 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:54 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isalpha.c b/libft/src/ft_isalpha.c index e64df4c..e026477 100644 --- a/libft/src/ft_isalpha.c +++ b/libft/src/ft_isalpha.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isalpha.c :+: :+: :+: */ +/* ft_isalpha.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:10:41 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:55 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isascii.c b/libft/src/ft_isascii.c index 04147d0..2bfc833 100644 --- a/libft/src/ft_isascii.c +++ b/libft/src/ft_isascii.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isascii.c :+: :+: :+: */ +/* ft_isascii.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:10:41 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:56 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isdigit.c b/libft/src/ft_isdigit.c index ef571e7..3639d23 100644 --- a/libft/src/ft_isdigit.c +++ b/libft/src/ft_isdigit.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isdigit.c :+: :+: :+: */ +/* ft_isdigit.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:10:41 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:56 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_islneg.c b/libft/src/ft_islneg.c index 99b591a..80fd0fe 100644 --- a/libft/src/ft_islneg.c +++ b/libft/src/ft_islneg.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* ::: :::::::: */ -/* ft_islneg.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: houtworm +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2022/12/25 11:39:27 by houtworm #+# #+# */ -/* Updated: 2023/02/07 00:39:57 by houtworm ### ########.fr */ +/* :::::::: */ +/* ft_islneg.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2022/12/25 11:39:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_islowc.c b/libft/src/ft_islowc.c index ec47179..dbf5727 100644 --- a/libft/src/ft_islowc.c +++ b/libft/src/ft_islowc.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_islowc.c :+: :+: :+: */ +/* ft_islowc.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/04/13 17:57:31 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:58 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isneg.c b/libft/src/ft_isneg.c index a14dd3a..a8d9bf5 100644 --- a/libft/src/ft_isneg.c +++ b/libft/src/ft_isneg.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isneg.c :+: :+: :+: */ +/* ft_isneg.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 03:38:29 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:39:59 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isodigit.c b/libft/src/ft_isodigit.c index 39a191e..fbb7552 100644 --- a/libft/src/ft_isodigit.c +++ b/libft/src/ft_isodigit.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isodigit.c :+: :+: :+: */ +/* ft_isodigit.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/06 17:19:46 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:00 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isprim.c b/libft/src/ft_isprim.c index 34eb70d..ad7017a 100644 --- a/libft/src/ft_isprim.c +++ b/libft/src/ft_isprim.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isprim.c :+: :+: :+: */ +/* ft_isprim.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/01 04:32:30 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:00 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isprint.c b/libft/src/ft_isprint.c index deb1744..2c8c6e1 100644 --- a/libft/src/ft_isprint.c +++ b/libft/src/ft_isprint.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isprint.c :+: :+: :+: */ +/* ft_isprint.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:10:41 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:01 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isuppc.c b/libft/src/ft_isuppc.c index 925aa18..5d86a5c 100644 --- a/libft/src/ft_isuppc.c +++ b/libft/src/ft_isuppc.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isuppc.c :+: :+: :+: */ +/* ft_isuppc.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ -/* +#+ */ +/* +#+ */ /* Created: 2021/04/13 17:57:31 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:02 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_isxdigit.c b/libft/src/ft_isxdigit.c index 2276a78..652e31a 100644 --- a/libft/src/ft_isxdigit.c +++ b/libft/src/ft_isxdigit.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_isxdigit.c :+: :+: :+: */ +/* ft_isxdigit.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/06 17:19:46 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:03 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itoa.c b/libft/src/ft_itoa.c index c51a61f..2d0f840 100644 --- a/libft/src/ft_itoa.c +++ b/libft/src/ft_itoa.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itoa.c :+: :+: :+: */ +/* ft_itoa.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/12 23:20:24 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:04 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itob.c b/libft/src/ft_itob.c index b342177..3268f46 100644 --- a/libft/src/ft_itob.c +++ b/libft/src/ft_itob.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itob.c |o_o || | */ +/* ft_itob.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/04 04:42:54 by djonker #+# #+# */ -/* Updated: 2023/03/07 05:07:51 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itoba.c b/libft/src/ft_itoba.c index cae6fbd..6b3d412 100644 --- a/libft/src/ft_itoba.c +++ b/libft/src/ft_itoba.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itoba.c :+: :+: :+: */ +/* ft_itoba.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/04 04:42:54 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:05 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itodd.c b/libft/src/ft_itodd.c index 7f0134a..4f1bacf 100644 --- a/libft/src/ft_itodd.c +++ b/libft/src/ft_itodd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itodd.c :+: :+: :+: */ +/* ft_itodd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 03:00:29 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:07 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itof.c b/libft/src/ft_itof.c index 8cd59f5..f7f0a95 100644 --- a/libft/src/ft_itof.c +++ b/libft/src/ft_itof.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itof.c :+: :+: :+: */ +/* ft_itof.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 22:18:50 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:07 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:35 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itoh.c b/libft/src/ft_itoh.c index 0d823b4..7fb0832 100644 --- a/libft/src/ft_itoh.c +++ b/libft/src/ft_itoh.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itoh.c |o_o || | */ +/* ft_itoh.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 03:00:29 by djonker #+# #+# */ -/* Updated: 2023/03/05 20:33:06 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:36 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itohx.c b/libft/src/ft_itohx.c index 6ac0b3e..2e2faaa 100644 --- a/libft/src/ft_itohx.c +++ b/libft/src/ft_itohx.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itohx.c :+: :+: :+: */ +/* ft_itohx.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 03:00:29 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:09 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itoo.c b/libft/src/ft_itoo.c index 1749df7..5ccffe2 100644 --- a/libft/src/ft_itoo.c +++ b/libft/src/ft_itoo.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itoo.c :+: :+: :+: */ +/* ft_itoo.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/01 01:30:17 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:25 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itooa.c b/libft/src/ft_itooa.c index 4185b53..c0f7672 100644 --- a/libft/src/ft_itooa.c +++ b/libft/src/ft_itooa.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itooa.c :+: :+: :+: */ +/* ft_itooa.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/01 01:30:17 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:25 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_itozh.c b/libft/src/ft_itozh.c index 988788e..72b278e 100644 --- a/libft/src/ft_itozh.c +++ b/libft/src/ft_itozh.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_itozh.c |o_o || | */ +/* ft_itozh.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 03:00:29 by djonker #+# #+# */ -/* Updated: 2023/03/07 05:15:26 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_ldeclen.c b/libft/src/ft_ldeclen.c index c6e4f98..bdb01ce 100644 --- a/libft/src/ft_ldeclen.c +++ b/libft/src/ft_ldeclen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* ::: :::::::: */ -/* ft_ldeclen.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: houtworm +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2022/12/25 11:30:37 by houtworm #+# #+# */ -/* Updated: 2023/02/07 00:40:29 by houtworm ### ########.fr */ +/* :::::::: */ +/* ft_ldeclen.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2022/12/25 11:30:37 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lftoa.c b/libft/src/ft_lftoa.c index 60d4e92..ff9b290 100644 --- a/libft/src/ft_lftoa.c +++ b/libft/src/ft_lftoa.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* ::: :::::::: */ -/* ft_lftoa.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: houtworm +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2022/12/25 11:38:35 by houtworm #+# #+# */ -/* Updated: 2023/02/07 00:40:29 by houtworm ### ########.fr */ +/* :::::::: */ +/* ft_lftoa.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2022/12/25 11:38:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lftoi.c b/libft/src/ft_lftoi.c index 9837fb0..55db36b 100644 --- a/libft/src/ft_lftoi.c +++ b/libft/src/ft_lftoi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* ::: :::::::: */ -/* ft_lftoi.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: houtworm +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2022/12/25 11:30:20 by houtworm #+# #+# */ -/* Updated: 2023/02/07 00:40:29 by houtworm ### ########.fr */ +/* :::::::: */ +/* ft_lftoi.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2022/12/25 11:30:20 by houtworm #+# #+# */ +/* Updated: 2023/10/18 16:59:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lincpy.c b/libft/src/ft_lincpy.c index 35eac07..5ceaccb 100644 --- a/libft/src/ft_lincpy.c +++ b/libft/src/ft_lincpy.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lincpy.c :+: :+: :+: */ +/* ft_lincpy.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/04 21:40:35 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:29 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_linlcpy.c b/libft/src/ft_linlcpy.c index ed6a61b..dd237d8 100644 --- a/libft/src/ft_linlcpy.c +++ b/libft/src/ft_linlcpy.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_linlcpy.c :+: :+: :+: */ +/* ft_linlcpy.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/04 21:40:35 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:30 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_linlen.c b/libft/src/ft_linlen.c index 09e4092..8dd78f3 100644 --- a/libft/src/ft_linlen.c +++ b/libft/src/ft_linlen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_linlen.c :+: :+: :+: */ +/* ft_linlen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/04 15:49:15 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:30 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstadd_back.c b/libft/src/ft_lstadd_back.c index 7030d01..4c58701 100644 --- a/libft/src/ft_lstadd_back.c +++ b/libft/src/ft_lstadd_back.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstadd_back.c |o_o || | */ +/* ft_lstadd_back.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 18:48:54 by djonker #+# #+# */ -/* Updated: 2023/03/03 19:09:28 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstadd_front.c b/libft/src/ft_lstadd_front.c index 87e7396..28f6d9c 100644 --- a/libft/src/ft_lstadd_front.c +++ b/libft/src/ft_lstadd_front.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstadd_front.c |o_o || | */ +/* ft_lstadd_front.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:38:37 by djonker #+# #+# */ -/* Updated: 2023/03/03 16:12:15 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstclear.c b/libft/src/ft_lstclear.c index 4bbfbad..f91d1fd 100644 --- a/libft/src/ft_lstclear.c +++ b/libft/src/ft_lstclear.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstclear.c |o_o || | */ +/* ft_lstclear.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 19:12:41 by djonker #+# #+# */ -/* Updated: 2023/03/04 01:50:59 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstdelone.c b/libft/src/ft_lstdelone.c index 8688c36..f9d2443 100644 --- a/libft/src/ft_lstdelone.c +++ b/libft/src/ft_lstdelone.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstdelone.c :+: :+: :+: */ +/* ft_lstdelone.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 19:06:46 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:31 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstiter.c b/libft/src/ft_lstiter.c index 4565638..71c5378 100644 --- a/libft/src/ft_lstiter.c +++ b/libft/src/ft_lstiter.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstiter.c |o_o || | */ +/* ft_lstiter.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 19:15:47 by djonker #+# #+# */ -/* Updated: 2023/03/04 15:30:35 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstlast.c b/libft/src/ft_lstlast.c index 091bd21..f71fc32 100644 --- a/libft/src/ft_lstlast.c +++ b/libft/src/ft_lstlast.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstlast.c |o_o || | */ +/* ft_lstlast.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 18:45:02 by djonker #+# #+# */ -/* Updated: 2023/03/03 18:08:43 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstmap.c b/libft/src/ft_lstmap.c index b8d0ff7..56c8e55 100644 --- a/libft/src/ft_lstmap.c +++ b/libft/src/ft_lstmap.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstmap.c |o_o || | */ +/* ft_lstmap.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 19:30:13 by djonker #+# #+# */ -/* Updated: 2023/03/04 16:07:56 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstnew.c b/libft/src/ft_lstnew.c index d1af617..ae2bc55 100644 --- a/libft/src/ft_lstnew.c +++ b/libft/src/ft_lstnew.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstnew.c :+: :+: :+: */ +/* ft_lstnew.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:38:37 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:35 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_lstsize.c b/libft/src/ft_lstsize.c index a557a85..bb071e7 100644 --- a/libft/src/ft_lstsize.c +++ b/libft/src/ft_lstsize.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_lstsize.c |o_o || | */ +/* ft_lstsize.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 18:27:52 by djonker #+# #+# */ -/* Updated: 2023/03/03 17:20:28 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_ltoa.c b/libft/src/ft_ltoa.c index afbf007..cbed59a 100644 --- a/libft/src/ft_ltoa.c +++ b/libft/src/ft_ltoa.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_ltoa.c :+: :+: :+: */ +/* ft_ltoa.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/12 23:20:24 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:35 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_luilen.c b/libft/src/ft_luilen.c index 2c00da3..b9e2b5c 100644 --- a/libft/src/ft_luilen.c +++ b/libft/src/ft_luilen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_luilen.c :+: :+: :+: */ +/* ft_luilen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 02:04:46 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:35 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_malstr.c b/libft/src/ft_malstr.c index e359eed..e6f08ba 100644 --- a/libft/src/ft_malstr.c +++ b/libft/src/ft_malstr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_malstr.c :+: :+: :+: */ +/* ft_malstr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/29 15:21:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:36 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_malstrs.c b/libft/src/ft_malstrs.c index bdeb114..39f9941 100644 --- a/libft/src/ft_malstrs.c +++ b/libft/src/ft_malstrs.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_malstrs.c :+: :+: :+: */ +/* ft_malstrs.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/29 15:21:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:36 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_max.c b/libft/src/ft_max.c index 304b05f..f675598 100644 --- a/libft/src/ft_max.c +++ b/libft/src/ft_max.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_max.c :+: :+: :+: */ +/* ft_max.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/08 04:26:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:36 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_memccpy.c b/libft/src/ft_memccpy.c index 633707e..63bdb84 100644 --- a/libft/src/ft_memccpy.c +++ b/libft/src/ft_memccpy.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_memccpy.c :+: :+: :+: */ +/* ft_memccpy.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:38:54 by djonker #+# #+# */ -/* Updated: 2023/02/24 20:52:37 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 16:59:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_memchr.c b/libft/src/ft_memchr.c index 6102e7a..b9e711f 100644 --- a/libft/src/ft_memchr.c +++ b/libft/src/ft_memchr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_memchr.c |o_o || | */ +/* ft_memchr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:35:56 by djonker #+# #+# */ -/* Updated: 2023/02/27 05:12:02 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_memcmp.c b/libft/src/ft_memcmp.c index 1804bfb..c320a8e 100644 --- a/libft/src/ft_memcmp.c +++ b/libft/src/ft_memcmp.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_memcmp.c |o_o || | */ +/* ft_memcmp.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:41:32 by djonker #+# #+# */ -/* Updated: 2023/02/28 15:22:59 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_memcpy.c b/libft/src/ft_memcpy.c index 0eb72d6..46bf28b 100644 --- a/libft/src/ft_memcpy.c +++ b/libft/src/ft_memcpy.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_memcpy.c |o_o || | */ +/* ft_memcpy.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 16:13:52 by djonker #+# #+# */ -/* Updated: 2023/03/01 18:06:11 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_memmove.c b/libft/src/ft_memmove.c index 24115e9..2304671 100644 --- a/libft/src/ft_memmove.c +++ b/libft/src/ft_memmove.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_memmove.c |o_o || | */ +/* ft_memmove.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:45:04 by djonker #+# #+# */ -/* Updated: 2023/03/03 12:19:05 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 16:59:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_memset.c b/libft/src/ft_memset.c index dfd292e..b2c4960 100644 --- a/libft/src/ft_memset.c +++ b/libft/src/ft_memset.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_memset.c |o_o || | */ +/* ft_memset.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:42:45 by djonker #+# #+# */ -/* Updated: 2023/02/28 20:13:47 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_min.c b/libft/src/ft_min.c index 0129ef6..878233c 100644 --- a/libft/src/ft_min.c +++ b/libft/src/ft_min.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_min.c :+: :+: :+: */ +/* ft_min.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/08 04:26:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:40 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_mkdir.c b/libft/src/ft_mkdir.c new file mode 100644 index 0000000..23ddd8b --- /dev/null +++ b/libft/src/ft_mkdir.c @@ -0,0 +1,42 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_mkdir.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/17 20:10:59 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:00:01 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +int ft_mkdir(char *dirname, char **envp) +{ + char **cmd; + char *command; + char **paths; + int pid; + int status; + + paths = ft_getpaths(envp, 0); + if (!paths) + return (1); + command = ft_abspathcmd(paths, "mkdir"); + cmd = ft_calloc(3, 8); + cmd[0] = ft_strdup("mkdir"); + cmd[1] = ft_strdup(dirname); + cmd[2] = NULL; + pid = fork(); + if (pid == 0) + { + execve(command, cmd, envp); + exit(1); + } + waitpid(pid, &status, 0); + free(command); + ft_frearr(paths); + ft_frearr(cmd); + return (WEXITSTATUS(status)); +} diff --git a/libft/src/ft_otoi.c b/libft/src/ft_otoi.c index b04484d..6494ae9 100644 --- a/libft/src/ft_otoi.c +++ b/libft/src/ft_otoi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_otoi.c :+: :+: :+: */ +/* ft_otoi.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 16:54:01 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:40 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:01 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_power.c b/libft/src/ft_power.c index 6297e06..49d8d30 100644 --- a/libft/src/ft_power.c +++ b/libft/src/ft_power.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_power.c :+: :+: :+: */ +/* ft_power.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 01:18:37 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:40 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putchar.c b/libft/src/ft_putchar.c index 467f9d5..468d632 100644 --- a/libft/src/ft_putchar.c +++ b/libft/src/ft_putchar.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putchar.c :+: :+: :+: */ +/* ft_putchar.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 03:47:51 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:40 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putchar_fd.c b/libft/src/ft_putchar_fd.c index 8e6f009..864bbbc 100644 --- a/libft/src/ft_putchar_fd.c +++ b/libft/src/ft_putchar_fd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putchar_fd.c :+: :+: :+: */ +/* ft_putchar_fd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 03:47:51 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:42 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putendl.c b/libft/src/ft_putendl.c index ab66c17..928adf4 100644 --- a/libft/src/ft_putendl.c +++ b/libft/src/ft_putendl.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putendl.c |o_o || | */ +/* ft_putendl.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:00:47 by djonker #+# #+# */ -/* Updated: 2023/02/23 20:14:17 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ @@ -16,10 +16,6 @@ void ft_putendl(char *s) { if (!s) return ((void) NULL); - while (*s) - { - write(1, s, 1); - s++; - } + write(1, s, ft_strlen(s)); write(1, "\n", 1); } diff --git a/libft/src/ft_putendl_fd.c b/libft/src/ft_putendl_fd.c index 3573095..d036925 100644 --- a/libft/src/ft_putendl_fd.c +++ b/libft/src/ft_putendl_fd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putendl_fd.c :+: :+: :+: */ +/* ft_putendl_fd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:00:47 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:43 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ @@ -16,10 +16,6 @@ void ft_putendl_fd(char *s, int fd) { if (!s) return ((void) NULL); - while (*s) - { - write(fd, s, 1); - s++; - } + write(fd, s, ft_strlen(s)); write(fd, "\n", 1); } diff --git a/libft/src/ft_putflo.c b/libft/src/ft_putflo.c index 16c154a..23f6a19 100644 --- a/libft/src/ft_putflo.c +++ b/libft/src/ft_putflo.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putflo.c :+: :+: :+: */ +/* ft_putflo.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:45:39 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:43 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putflo_fd.c b/libft/src/ft_putflo_fd.c index 24fb768..bdc365a 100644 --- a/libft/src/ft_putflo_fd.c +++ b/libft/src/ft_putflo_fd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putflo_fd.c :+: :+: :+: */ +/* ft_putflo_fd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:45:39 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:43 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putlong.c b/libft/src/ft_putlong.c index fb98a5e..a242b9b 100644 --- a/libft/src/ft_putlong.c +++ b/libft/src/ft_putlong.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putlong.c :+: :+: :+: */ +/* ft_putlong.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:22:10 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:43 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putnbr.c b/libft/src/ft_putnbr.c index aeeb8f8..630c141 100644 --- a/libft/src/ft_putnbr.c +++ b/libft/src/ft_putnbr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putnbr.c :+: :+: :+: */ +/* ft_putnbr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:22:10 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:44 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putnbr_base.c b/libft/src/ft_putnbr_base.c index 7f0e62e..e726b9d 100644 --- a/libft/src/ft_putnbr_base.c +++ b/libft/src/ft_putnbr_base.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* ft_putnbr_base.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2021/08/04 06:48:59 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/07 00:40:44 by houtworm ### ########.fr */ +/* :::::::: */ +/* ft_putnbr_base.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2021/08/04 06:48:59 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:00:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putnbr_fd.c b/libft/src/ft_putnbr_fd.c index 774bcb7..76ab430 100644 --- a/libft/src/ft_putnbr_fd.c +++ b/libft/src/ft_putnbr_fd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putnbr_fd.c :+: :+: :+: */ +/* ft_putnbr_fd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:22:10 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:44 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putstr.c b/libft/src/ft_putstr.c index fd4c986..9fb2d68 100644 --- a/libft/src/ft_putstr.c +++ b/libft/src/ft_putstr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putstr.c :+: :+: :+: */ +/* ft_putstr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:00:47 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:44 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putstr_fd.c b/libft/src/ft_putstr_fd.c index 6652b71..909d4b4 100644 --- a/libft/src/ft_putstr_fd.c +++ b/libft/src/ft_putstr_fd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putstr_fd.c :+: :+: :+: */ +/* ft_putstr_fd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:00:47 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putull.c b/libft/src/ft_putull.c index 674b1e6..6b87e53 100644 --- a/libft/src/ft_putull.c +++ b/libft/src/ft_putull.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putull.c :+: :+: :+: */ +/* ft_putull.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:22:10 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putzflo.c b/libft/src/ft_putzflo.c index b5d8feb..ca58ed5 100644 --- a/libft/src/ft_putzflo.c +++ b/libft/src/ft_putzflo.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putzflo.c :+: :+: :+: */ +/* ft_putzflo.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:45:39 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putzflo_fd.c b/libft/src/ft_putzflo_fd.c index 89c2eda..d49cc59 100644 --- a/libft/src/ft_putzflo_fd.c +++ b/libft/src/ft_putzflo_fd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putzflo_fd.c :+: :+: :+: */ +/* ft_putzflo_fd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:45:39 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putznbr.c b/libft/src/ft_putznbr.c index 1da75d6..1f2b907 100644 --- a/libft/src/ft_putznbr.c +++ b/libft/src/ft_putznbr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putznbr.c :+: :+: :+: */ +/* ft_putznbr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:22:10 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putznbr_fd.c b/libft/src/ft_putznbr_fd.c index 454d006..c1807a7 100644 --- a/libft/src/ft_putznbr_fd.c +++ b/libft/src/ft_putznbr_fd.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putznbr_fd.c :+: :+: :+: */ +/* ft_putznbr_fd.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 04:22:10 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putzsci.c b/libft/src/ft_putzsci.c index b9be90c..813591d 100644 --- a/libft/src/ft_putzsci.c +++ b/libft/src/ft_putzsci.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putzsci.c :+: :+: :+: */ +/* ft_putzsci.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:45:39 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:47 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_putzscih.c b/libft/src/ft_putzscih.c index 7e060d5..dfd6180 100644 --- a/libft/src/ft_putzscih.c +++ b/libft/src/ft_putzscih.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_putzscih.c :+: :+: :+: */ +/* ft_putzscih.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:45:39 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:48 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_revstr.c b/libft/src/ft_revstr.c index 626d1dc..e7925d5 100644 --- a/libft/src/ft_revstr.c +++ b/libft/src/ft_revstr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_revstr.c |o_o || | */ +/* ft_revstr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/18 11:54:50 by djonker #+# #+# */ -/* Updated: 2023/03/05 20:39:52 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_rmdir.c b/libft/src/ft_rmdir.c new file mode 100644 index 0000000..f806365 --- /dev/null +++ b/libft/src/ft_rmdir.c @@ -0,0 +1,41 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_rmdir.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/17 20:11:28 by houtworm #+# #+# */ +/* Updated: 2023/10/19 00:21:39 by djonker ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +int ft_rmdir(char *dirname, char **envp) +{ + char **cmd; + char *command; + char **paths; + int pid; + int status; + + paths = ft_getpaths(envp, 0); + if (!paths) + return (1); + command = ft_abspathcmd(paths, "rm"); + cmd = ft_calloc(4, 8); + cmd[0] = ft_strdup("rm"); + cmd[1] = ft_strdup("-rf"); + cmd[2] = ft_strdup(dirname); + cmd[3] = NULL; + pid = fork(); + if (pid == 0) + if (execve(command, cmd, envp)) + exit(1); + waitpid(pid, &status, 0); + free(command); + ft_frearr(paths); + ft_frearr(cmd); + return (WEXITSTATUS(status)); +} diff --git a/libft/src/ft_round.c b/libft/src/ft_round.c index 5c1c570..1258f77 100644 --- a/libft/src/ft_round.c +++ b/libft/src/ft_round.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_round.c :+: :+: :+: */ +/* ft_round.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 07:26:00 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:48 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_semfree.c b/libft/src/ft_semfree.c new file mode 100644 index 0000000..3fe0dbd --- /dev/null +++ b/libft/src/ft_semfree.c @@ -0,0 +1,32 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_semfree.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/17 20:09:41 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:00:12 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +int ft_semfree(char *file) +{ + int fd; + char *content; + int number; + + fd = open(file, O_RDONLY); + content = ft_calloc(2, 8); + read(fd, content, 2); + number = ft_atoi(content); + free(content); + close(fd); + number++; + fd = open(file, O_RDWR | O_TRUNC, 0777); + ft_putnbr_fd(number, fd); + close(fd); + return (0); +} diff --git a/libft/src/ft_seminit.c b/libft/src/ft_seminit.c new file mode 100644 index 0000000..f87080f --- /dev/null +++ b/libft/src/ft_seminit.c @@ -0,0 +1,28 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_seminit.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/17 20:08:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:00:13 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +int ft_seminit(char *file, int number) +{ + int fd; + + fd = open(file, O_RDWR | O_CREAT | O_TRUNC, 0777); + if (fd == -1) + { + ft_putendl_fd("initializing semaphore failed", 2); + return (1); + } + ft_putnbr_fd(number, fd); + close(fd); + return (0); +} diff --git a/libft/src/ft_semwait.c b/libft/src/ft_semwait.c new file mode 100644 index 0000000..553d1a3 --- /dev/null +++ b/libft/src/ft_semwait.c @@ -0,0 +1,36 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_semwait.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/10/17 20:09:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:00:13 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +int ft_semwait(char *file) +{ + int fd; + char *content; + int number; + + number = 0; + while (number == 0) + { + fd = open(file, O_RDONLY); + content = ft_calloc(2, 8); + read(fd, content, 2); + number = ft_atoi(content); + free(content); + close(fd); + } + number--; + fd = open(file, O_RDWR | O_TRUNC, 0777); + ft_putnbr_fd(number, fd); + close(fd); + return (0); +} diff --git a/libft/src/ft_split.c b/libft/src/ft_split.c index a1698f5..2b01587 100644 --- a/libft/src/ft_split.c +++ b/libft/src/ft_split.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_split.c :+: :+: :+: */ +/* ft_split.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/12 02:21:52 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:49 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_splits.c b/libft/src/ft_splits.c index 9e44d47..cdce136 100644 --- a/libft/src/ft_splits.c +++ b/libft/src/ft_splits.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_splits.c :+: :+: :+: */ +/* ft_splits.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/12 02:21:52 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:50 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_sqrt.c b/libft/src/ft_sqrt.c index b8a8bc6..1f36c6f 100644 --- a/libft/src/ft_sqrt.c +++ b/libft/src/ft_sqrt.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_sqrt.c :+: :+: :+: */ +/* ft_sqrt.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/01 04:16:25 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:03 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strchr.c b/libft/src/ft_strchr.c index 7a1ba26..18bc9ff 100644 --- a/libft/src/ft_strchr.c +++ b/libft/src/ft_strchr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* ft_strchr.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2022/11/22 13:34:05 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 06:08:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* ft_strchr.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2022/11/22 13:34:05 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:00:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strdup.c b/libft/src/ft_strdup.c index 7b93530..48b223e 100644 --- a/libft/src/ft_strdup.c +++ b/libft/src/ft_strdup.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strdup.c :+: :+: :+: */ +/* ft_strdup.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/03 09:00:38 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:50 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strjoin.c b/libft/src/ft_strjoin.c index 4ae94e0..b5fb50e 100644 --- a/libft/src/ft_strjoin.c +++ b/libft/src/ft_strjoin.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strjoin.c |o_o || | */ +/* ft_strjoin.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 16:17:34 by djonker #+# #+# */ -/* Updated: 2023/03/03 13:40:55 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strlcat.c b/libft/src/ft_strlcat.c index d3d052a..bb0f913 100644 --- a/libft/src/ft_strlcat.c +++ b/libft/src/ft_strlcat.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strlcat.c |o_o || | */ +/* ft_strlcat.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 09:55:53 by djonker #+# #+# */ -/* Updated: 2023/03/03 13:56:46 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strlcpy.c b/libft/src/ft_strlcpy.c index 5d39969..205c7a2 100644 --- a/libft/src/ft_strlcpy.c +++ b/libft/src/ft_strlcpy.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strlcpy.c :+: :+: :+: */ +/* ft_strlcpy.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:22:27 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:51 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strlen.c b/libft/src/ft_strlen.c index 90c1bf5..83ef398 100644 --- a/libft/src/ft_strlen.c +++ b/libft/src/ft_strlen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strlen.c :+: :+: :+: */ +/* ft_strlen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 08:45:34 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:51 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strlow.c b/libft/src/ft_strlow.c index 9c55123..9d6963e 100644 --- a/libft/src/ft_strlow.c +++ b/libft/src/ft_strlow.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strlow.c :+: :+: :+: */ +/* ft_strlow.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 05:49:38 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:40:51 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strmapi.c b/libft/src/ft_strmapi.c index a878154..dfe2587 100644 --- a/libft/src/ft_strmapi.c +++ b/libft/src/ft_strmapi.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strmapi.c :+: :+: :+: */ +/* ft_strmapi.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/13 03:04:33 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:11 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strncmp.c b/libft/src/ft_strncmp.c index 9d13010..3e08ef7 100644 --- a/libft/src/ft_strncmp.c +++ b/libft/src/ft_strncmp.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strncmp.c |o_o || | */ +/* ft_strncmp.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:09:01 by djonker #+# #+# */ -/* Updated: 2023/03/03 14:28:11 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strnstr.c b/libft/src/ft_strnstr.c index 7c9b94a..9d0f7e9 100644 --- a/libft/src/ft_strnstr.c +++ b/libft/src/ft_strnstr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strnstr.c |o_o || | */ +/* ft_strnstr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 16:14:33 by djonker #+# #+# */ -/* Updated: 2023/03/03 14:31:13 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strrchr.c b/libft/src/ft_strrchr.c index 37dbce8..f40eb91 100644 --- a/libft/src/ft_strrchr.c +++ b/libft/src/ft_strrchr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strrchr.c |o_o || | */ +/* ft_strrchr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 16:14:50 by djonker #+# #+# */ -/* Updated: 2023/03/03 14:52:43 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strtrim.c b/libft/src/ft_strtrim.c index 85ba4b7..da901db 100644 --- a/libft/src/ft_strtrim.c +++ b/libft/src/ft_strtrim.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strtrim.c :+: :+: :+: */ +/* ft_strtrim.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 16:41:19 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:13 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_strupp.c b/libft/src/ft_strupp.c index 2140a54..690ec25 100644 --- a/libft/src/ft_strupp.c +++ b/libft/src/ft_strupp.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_strupp.c |o_o || | */ +/* ft_strupp.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/01/31 05:49:38 by djonker #+# #+# */ -/* Updated: 2023/03/05 20:46:08 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:00:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_substr.c b/libft/src/ft_substr.c index 322e213..4d8c6ce 100644 --- a/libft/src/ft_substr.c +++ b/libft/src/ft_substr.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_substr.c :+: :+: :+: */ +/* ft_substr.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 15:52:16 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:13 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_swap.c b/libft/src/ft_swap.c index 96141d7..8430436 100644 --- a/libft/src/ft_swap.c +++ b/libft/src/ft_swap.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_swap.c :+: :+: :+: */ +/* ft_swap.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/02 21:13:27 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:28 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_swaplong.c b/libft/src/ft_swaplong.c index e7903d1..fbf9209 100644 --- a/libft/src/ft_swaplong.c +++ b/libft/src/ft_swaplong.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* ft_swaplong.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2022/11/22 15:26:28 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/07 00:41:36 by houtworm ### ########.fr */ +/* :::::::: */ +/* ft_swaplong.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2022/11/22 15:26:28 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:00:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_system.c b/libft/src/ft_system.c new file mode 100644 index 0000000..bfd20c2 --- /dev/null +++ b/libft/src/ft_system.c @@ -0,0 +1,68 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_system.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/03/20 16:39:22 by houtworm #+# #+# */ +/* Updated: 2023/10/25 09:33:24 by djonker ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +void ft_systemfork(char **cmd, char **paths, char **envp, char *file) +{ + int pid; + int fd; + char *command; + + command = ft_abspathcmd(paths, cmd[0]); + pid = fork(); + if (pid == 0) + { + fd = open(file, O_RDWR | O_CREAT | O_TRUNC, 0666); + if (fd == -1) + exit(1); + dup2(fd, 1); + execve(command, cmd, envp); + ft_putstr_fd("command not found: ", 2); + ft_putendl_fd(command, 2); + close(fd); + exit(1); + } + waitpid(pid, NULL, 0); + ft_frearr(paths); + ft_frearr(cmd); + free(command); +} + +char *ft_system(char *command, char **envp, char *file) +{ + char **cmd; + char **paths; + int pid; + int fd; + + cmd = ft_split(command, ' '); + paths = ft_getpaths(envp, pid); + if (!paths) + { + command = ft_strdup(cmd[0]); + ft_frearr(cmd); + return (command); + } + ft_systemfork(cmd, paths, envp, file); + command = ft_calloc(8 * 2000, 1); + fd = open(file, O_RDONLY); + pid = read(fd, command, 1000); + close(fd); + if (pid == 1) + { + free(command); + return (NULL); + } + command[pid - 1] = '\0'; + return (command); +} diff --git a/libft/src/ft_tolower.c b/libft/src/ft_tolower.c index 4301850..6199558 100644 --- a/libft/src/ft_tolower.c +++ b/libft/src/ft_tolower.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_tolower.c :+: :+: :+: */ +/* ft_tolower.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/11 16:13:29 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:14 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_toupper.c b/libft/src/ft_toupper.c index f1781ba..78370b9 100644 --- a/libft/src/ft_toupper.c +++ b/libft/src/ft_toupper.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_toupper.c :+: :+: :+: */ +/* ft_toupper.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/01 19:10:41 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:14 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_utoa.c b/libft/src/ft_utoa.c index 03d245a..00bfa83 100644 --- a/libft/src/ft_utoa.c +++ b/libft/src/ft_utoa.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_utoa.c :+: :+: :+: */ +/* ft_utoa.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/12 23:20:24 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:45 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_vafree.c b/libft/src/ft_vafree.c new file mode 100644 index 0000000..df59711 --- /dev/null +++ b/libft/src/ft_vafree.c @@ -0,0 +1,31 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_vafree.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2020/11/11 16:17:34 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:00:25 by houtworm ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" +#include + +void ft_vafree(int n, ...) +{ + int i; + va_list va; + void *temp; + + va_start(va, n); + i = 0; + while (i < n) + { + temp = va_arg(va, void *); + free(temp); + i++; + } + va_end(va); +} diff --git a/libft/src/ft_vamax.c b/libft/src/ft_vamax.c index 44b28f5..31339a5 100644 --- a/libft/src/ft_vamax.c +++ b/libft/src/ft_vamax.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_vamax.c :+: :+: :+: */ +/* ft_vamax.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/08 04:26:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_vamin.c b/libft/src/ft_vamin.c index b859e75..3b87249 100644 --- a/libft/src/ft_vamin.c +++ b/libft/src/ft_vamin.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_vamin.c :+: :+: :+: */ +/* ft_vamin.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2021/02/08 04:26:11 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_vastrjoin.c b/libft/src/ft_vastrjoin.c new file mode 100644 index 0000000..59d2bdb --- /dev/null +++ b/libft/src/ft_vastrjoin.c @@ -0,0 +1,35 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* ft_vastrjoin.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2020/11/11 16:17:34 by djonker #+# #+# */ +/* Updated: 2023/10/21 16:57:33 by djonker ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#include "../libft.h" + +char *ft_vastrjoin(int n, ...) +{ + char *temp1; + char *temp2; + int i; + va_list va; + + va_start(va, n); + temp1 = ft_strdup(va_arg(va, char *)); + i = 1; + while (i < n) + { + temp2 = ft_strjoin(temp1, va_arg(va, char *)); + free(temp1); + temp1 = ft_strdup(temp2); + free(temp2); + i++; + } + va_end(va); + return (temp1); +} diff --git a/libft/src/ft_wrdlen.c b/libft/src/ft_wrdlen.c index 444a25a..64f67c3 100644 --- a/libft/src/ft_wrdlen.c +++ b/libft/src/ft_wrdlen.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_wrdlen.c :+: :+: :+: */ +/* ft_wrdlen.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/22 12:00:13 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/src/ft_wrdlens.c b/libft/src/ft_wrdlens.c index 1c2fdca..4e4487c 100644 --- a/libft/src/ft_wrdlens.c +++ b/libft/src/ft_wrdlens.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* ft_wrdlens.c :+: :+: :+: */ +/* ft_wrdlens.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/22 12:00:13 by djonker #+# #+# */ -/* Updated: 2023/02/07 00:41:46 by houtworm ### ########.fr */ +/* Updated: 2023/10/18 17:00:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/test.sh b/libft/test.sh index a907772..7a93d9f 100755 --- a/libft/test.sh +++ b/libft/test.sh @@ -6,7 +6,7 @@ # By: houtworm // \ \ __| | | \ \/ / # # (| | )|_| |_| |> < # # Created: 2023/02/20 12:46:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ # -# Updated: 2023/03/04 18:14:38 by houtworm \___)=(___/ # +# Updated: 2023/03/11 08:08:25 by houtworm \___)=(___/ # # # # **************************************************************************** # diff --git a/libft/tests/bonus/lstadd_back/test1.c b/libft/tests/bonus/lstadd_back/test1.c index 400e446..49f882e 100644 --- a/libft/tests/bonus/lstadd_back/test1.c +++ b/libft/tests/bonus/lstadd_back/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/02/27 01:03:32 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_back/test2.c b/libft/tests/bonus/lstadd_back/test2.c index c542da6..eac6980 100644 --- a/libft/tests/bonus/lstadd_back/test2.c +++ b/libft/tests/bonus/lstadd_back/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 18:52:35 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_back/test3.c b/libft/tests/bonus/lstadd_back/test3.c index 0c38a8f..45c8f43 100644 --- a/libft/tests/bonus/lstadd_back/test3.c +++ b/libft/tests/bonus/lstadd_back/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 02:09:08 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_back/test4.c b/libft/tests/bonus/lstadd_back/test4.c index 448f437..9c0fcc9 100644 --- a/libft/tests/bonus/lstadd_back/test4.c +++ b/libft/tests/bonus/lstadd_back/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test4.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 01:11:14 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_back/test5.c b/libft/tests/bonus/lstadd_back/test5.c index ceac591..b65b101 100644 --- a/libft/tests/bonus/lstadd_back/test5.c +++ b/libft/tests/bonus/lstadd_back/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 19:04:41 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_front/test1.c b/libft/tests/bonus/lstadd_front/test1.c index 7837dfb..6ebedf4 100644 --- a/libft/tests/bonus/lstadd_front/test1.c +++ b/libft/tests/bonus/lstadd_front/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/02/27 01:03:39 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_front/test2.c b/libft/tests/bonus/lstadd_front/test2.c index 4d82bd5..d572a7c 100644 --- a/libft/tests/bonus/lstadd_front/test2.c +++ b/libft/tests/bonus/lstadd_front/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 15:48:12 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_front/test3.c b/libft/tests/bonus/lstadd_front/test3.c index 28a5146..57ec1ea 100644 --- a/libft/tests/bonus/lstadd_front/test3.c +++ b/libft/tests/bonus/lstadd_front/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 18:35:12 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_front/test4.c b/libft/tests/bonus/lstadd_front/test4.c index 58e6000..322a756 100644 --- a/libft/tests/bonus/lstadd_front/test4.c +++ b/libft/tests/bonus/lstadd_front/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test4.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 18:56:02 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstadd_front/test5.c b/libft/tests/bonus/lstadd_front/test5.c index f85ebd7..1995b9b 100644 --- a/libft/tests/bonus/lstadd_front/test5.c +++ b/libft/tests/bonus/lstadd_front/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 16:05:17 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstclear/test1.c b/libft/tests/bonus/lstclear/test1.c index 26ff188..fee75f3 100644 --- a/libft/tests/bonus/lstclear/test1.c +++ b/libft/tests/bonus/lstclear/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 02:09:57 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstclear/test2.c b/libft/tests/bonus/lstclear/test2.c index 2f39905..621e812 100644 --- a/libft/tests/bonus/lstclear/test2.c +++ b/libft/tests/bonus/lstclear/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:52:32 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstclear/test3.c b/libft/tests/bonus/lstclear/test3.c index 986db7c..cd156f9 100644 --- a/libft/tests/bonus/lstclear/test3.c +++ b/libft/tests/bonus/lstclear/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 01:40:00 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstclear/test4.c b/libft/tests/bonus/lstclear/test4.c index 6d79181..6862ea9 100644 --- a/libft/tests/bonus/lstclear/test4.c +++ b/libft/tests/bonus/lstclear/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/02/27 05:14:21 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstclear/test5.c b/libft/tests/bonus/lstclear/test5.c index 37e36c8..b1c90ee 100644 --- a/libft/tests/bonus/lstclear/test5.c +++ b/libft/tests/bonus/lstclear/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 01:58:06 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstdelone/test1.c b/libft/tests/bonus/lstdelone/test1.c index c5cfffe..03b5712 100644 --- a/libft/tests/bonus/lstdelone/test1.c +++ b/libft/tests/bonus/lstdelone/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 02:09:32 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstdelone/test2.c b/libft/tests/bonus/lstdelone/test2.c index 88ad73f..2698ec9 100644 --- a/libft/tests/bonus/lstdelone/test2.c +++ b/libft/tests/bonus/lstdelone/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 00:07:41 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstdelone/test3.c b/libft/tests/bonus/lstdelone/test3.c index a4b42f1..39b8266 100644 --- a/libft/tests/bonus/lstdelone/test3.c +++ b/libft/tests/bonus/lstdelone/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 00:10:48 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstdelone/test4.c b/libft/tests/bonus/lstdelone/test4.c index db4f249..788dfc6 100644 --- a/libft/tests/bonus/lstdelone/test4.c +++ b/libft/tests/bonus/lstdelone/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test4.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 19:40:55 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstdelone/test5.c b/libft/tests/bonus/lstdelone/test5.c index 00e3a67..b1ec4e0 100644 --- a/libft/tests/bonus/lstdelone/test5.c +++ b/libft/tests/bonus/lstdelone/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 19:39:44 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstiter/test1.c b/libft/tests/bonus/lstiter/test1.c index 305882b..2080f76 100644 --- a/libft/tests/bonus/lstiter/test1.c +++ b/libft/tests/bonus/lstiter/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:52:52 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstiter/test2.c b/libft/tests/bonus/lstiter/test2.c index b82e795..49683d6 100644 --- a/libft/tests/bonus/lstiter/test2.c +++ b/libft/tests/bonus/lstiter/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:53:15 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstiter/test3.c b/libft/tests/bonus/lstiter/test3.c index d06e055..5cc6592 100644 --- a/libft/tests/bonus/lstiter/test3.c +++ b/libft/tests/bonus/lstiter/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 15:31:09 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstiter/test4.c b/libft/tests/bonus/lstiter/test4.c index 4cc9e77..2e536b0 100644 --- a/libft/tests/bonus/lstiter/test4.c +++ b/libft/tests/bonus/lstiter/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test4.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:53:35 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstiter/test5.c b/libft/tests/bonus/lstiter/test5.c index 6da94ba..406f5a5 100644 --- a/libft/tests/bonus/lstiter/test5.c +++ b/libft/tests/bonus/lstiter/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 15:32:29 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstlast/test1.c b/libft/tests/bonus/lstlast/test1.c index 657ae39..d32a220 100644 --- a/libft/tests/bonus/lstlast/test1.c +++ b/libft/tests/bonus/lstlast/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:51:42 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstlast/test2.c b/libft/tests/bonus/lstlast/test2.c index abf27af..777209b 100644 --- a/libft/tests/bonus/lstlast/test2.c +++ b/libft/tests/bonus/lstlast/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 17:42:42 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstlast/test3.c b/libft/tests/bonus/lstlast/test3.c index 0748bc8..020715a 100644 --- a/libft/tests/bonus/lstlast/test3.c +++ b/libft/tests/bonus/lstlast/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:52:00 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstlast/test4.c b/libft/tests/bonus/lstlast/test4.c index 6e8851e..d6ea5ad 100644 --- a/libft/tests/bonus/lstlast/test4.c +++ b/libft/tests/bonus/lstlast/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test4.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 17:50:22 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstlast/test5.c b/libft/tests/bonus/lstlast/test5.c index 4d57903..8ffafa0 100644 --- a/libft/tests/bonus/lstlast/test5.c +++ b/libft/tests/bonus/lstlast/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 17:51:23 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstmap/test1.c b/libft/tests/bonus/lstmap/test1.c index fcf3fa4..2f403bc 100644 --- a/libft/tests/bonus/lstmap/test1.c +++ b/libft/tests/bonus/lstmap/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 18:23:40 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstmap/test2.c b/libft/tests/bonus/lstmap/test2.c index 514e588..cc44b31 100644 --- a/libft/tests/bonus/lstmap/test2.c +++ b/libft/tests/bonus/lstmap/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:54:21 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstmap/test3.c b/libft/tests/bonus/lstmap/test3.c index efc3815..eef6eda 100644 --- a/libft/tests/bonus/lstmap/test3.c +++ b/libft/tests/bonus/lstmap/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 15:41:56 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstmap/test4.c b/libft/tests/bonus/lstmap/test4.c index 6bb44eb..e0f8640 100644 --- a/libft/tests/bonus/lstmap/test4.c +++ b/libft/tests/bonus/lstmap/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test4.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:54:35 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstmap/test5.c b/libft/tests/bonus/lstmap/test5.c index ea85d38..ea80b66 100644 --- a/libft/tests/bonus/lstmap/test5.c +++ b/libft/tests/bonus/lstmap/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 16:14:04 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstmap/test6.c b/libft/tests/bonus/lstmap/test6.c index 04878e0..c3768ec 100644 --- a/libft/tests/bonus/lstmap/test6.c +++ b/libft/tests/bonus/lstmap/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test6.c |o_o || | */ +/* test6.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:54:49 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstnew/test1.c b/libft/tests/bonus/lstnew/test1.c index 803bdb8..9f04c0c 100644 --- a/libft/tests/bonus/lstnew/test1.c +++ b/libft/tests/bonus/lstnew/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/02/23 13:57:30 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstnew/test2.c b/libft/tests/bonus/lstnew/test2.c index 4f86696..0d6643b 100644 --- a/libft/tests/bonus/lstnew/test2.c +++ b/libft/tests/bonus/lstnew/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 15:37:25 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstnew/test3.c b/libft/tests/bonus/lstnew/test3.c index 74d2bf7..393b1c7 100644 --- a/libft/tests/bonus/lstnew/test3.c +++ b/libft/tests/bonus/lstnew/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 15:13:04 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstsize/test1.c b/libft/tests/bonus/lstsize/test1.c index 5e444a1..268251d 100644 --- a/libft/tests/bonus/lstsize/test1.c +++ b/libft/tests/bonus/lstsize/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test1.c |o_o || | */ +/* test1.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:50:43 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstsize/test2.c b/libft/tests/bonus/lstsize/test2.c index cea6af1..262f603 100644 --- a/libft/tests/bonus/lstsize/test2.c +++ b/libft/tests/bonus/lstsize/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test2.c |o_o || | */ +/* test2.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 17:00:15 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstsize/test3.c b/libft/tests/bonus/lstsize/test3.c index e9b97f8..100edde 100644 --- a/libft/tests/bonus/lstsize/test3.c +++ b/libft/tests/bonus/lstsize/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test3.c |o_o || | */ +/* test3.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/04 17:51:07 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstsize/test4.c b/libft/tests/bonus/lstsize/test4.c index 2e24ade..e249c78 100644 --- a/libft/tests/bonus/lstsize/test4.c +++ b/libft/tests/bonus/lstsize/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test4.c |o_o || | */ +/* test4.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 17:46:02 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/bonus/lstsize/test5.c b/libft/tests/bonus/lstsize/test5.c index 5ee71f1..7312ff5 100644 --- a/libft/tests/bonus/lstsize/test5.c +++ b/libft/tests/bonus/lstsize/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* :::::::: */ -/* test5.c |o_o || | */ +/* test5.c :+: :+: */ /* +:+ */ /* By: djonker +#+ */ /* +#+ */ /* Created: 2020/11/14 21:06:17 by djonker #+# #+# */ -/* Updated: 2023/03/03 16:57:08 by houtworm \___)=(___/ */ +/* Updated: 2023/10/18 17:08:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test1.c b/libft/tests/mandatory/atoi/test1.c index 987593f..3f6f6f3 100644 --- a/libft/tests/mandatory/atoi/test1.c +++ b/libft/tests/mandatory/atoi/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:10:14 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test10.c b/libft/tests/mandatory/atoi/test10.c index 295f5e2..2ab013e 100644 --- a/libft/tests/mandatory/atoi/test10.c +++ b/libft/tests/mandatory/atoi/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:01:55 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:08:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test11.c b/libft/tests/mandatory/atoi/test11.c index 9874e55..f39ac07 100644 --- a/libft/tests/mandatory/atoi/test11.c +++ b/libft/tests/mandatory/atoi/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:02:27 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:08:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test12.c b/libft/tests/mandatory/atoi/test12.c index 3428d92..70f4a3d 100644 --- a/libft/tests/mandatory/atoi/test12.c +++ b/libft/tests/mandatory/atoi/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:02:33 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:08:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test13.c b/libft/tests/mandatory/atoi/test13.c index e06cad2..5a6fb96 100644 --- a/libft/tests/mandatory/atoi/test13.c +++ b/libft/tests/mandatory/atoi/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 01:09:18 by djonker \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:08:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test14.c b/libft/tests/mandatory/atoi/test14.c index 3f263c7..c17d655 100644 --- a/libft/tests/mandatory/atoi/test14.c +++ b/libft/tests/mandatory/atoi/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:39:00 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:08:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test15.c b/libft/tests/mandatory/atoi/test15.c index c7ef4c7..35c5fc7 100644 --- a/libft/tests/mandatory/atoi/test15.c +++ b/libft/tests/mandatory/atoi/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:39:42 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test16.c b/libft/tests/mandatory/atoi/test16.c index 53c1f18..cdc2902 100644 --- a/libft/tests/mandatory/atoi/test16.c +++ b/libft/tests/mandatory/atoi/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:42:38 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test17.c b/libft/tests/mandatory/atoi/test17.c index 8a92bb7..59983e6 100644 --- a/libft/tests/mandatory/atoi/test17.c +++ b/libft/tests/mandatory/atoi/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:41:15 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test18.c b/libft/tests/mandatory/atoi/test18.c index 55410ed..bfba8d6 100644 --- a/libft/tests/mandatory/atoi/test18.c +++ b/libft/tests/mandatory/atoi/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:41:32 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:01 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test19.c b/libft/tests/mandatory/atoi/test19.c index d5940e2..c7a0c8f 100644 --- a/libft/tests/mandatory/atoi/test19.c +++ b/libft/tests/mandatory/atoi/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:41:42 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:01 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test2.c b/libft/tests/mandatory/atoi/test2.c index 3a1aa5f..76027b7 100644 --- a/libft/tests/mandatory/atoi/test2.c +++ b/libft/tests/mandatory/atoi/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:32:56 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 22:58:48 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:32:56 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test20.c b/libft/tests/mandatory/atoi/test20.c index 0a0bfc8..c56ab41 100644 --- a/libft/tests/mandatory/atoi/test20.c +++ b/libft/tests/mandatory/atoi/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: djonker // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 22:31:27 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:42:00 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2023/02/21 22:31:27 by djonker #+# #+# */ +/* Updated: 2023/10/18 17:09:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test3.c b/libft/tests/mandatory/atoi/test3.c index a11661a..88a3037 100644 --- a/libft/tests/mandatory/atoi/test3.c +++ b/libft/tests/mandatory/atoi/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 22:59:17 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test4.c b/libft/tests/mandatory/atoi/test4.c index db7426d..72e2fe5 100644 --- a/libft/tests/mandatory/atoi/test4.c +++ b/libft/tests/mandatory/atoi/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 22:59:33 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test5.c b/libft/tests/mandatory/atoi/test5.c index 6583bda..cf65748 100644 --- a/libft/tests/mandatory/atoi/test5.c +++ b/libft/tests/mandatory/atoi/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 22:59:55 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test6.c b/libft/tests/mandatory/atoi/test6.c index 7d3c3a8..e5ec171 100644 --- a/libft/tests/mandatory/atoi/test6.c +++ b/libft/tests/mandatory/atoi/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:00:22 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test7.c b/libft/tests/mandatory/atoi/test7.c index b4c2e4d..759304c 100644 --- a/libft/tests/mandatory/atoi/test7.c +++ b/libft/tests/mandatory/atoi/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:01:04 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test8.c b/libft/tests/mandatory/atoi/test8.c index 1cac3da..dfcddfb 100644 --- a/libft/tests/mandatory/atoi/test8.c +++ b/libft/tests/mandatory/atoi/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:01:06 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/atoi/test9.c b/libft/tests/mandatory/atoi/test9.c index 12b64b0..88dc125 100644 --- a/libft/tests/mandatory/atoi/test9.c +++ b/libft/tests/mandatory/atoi/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:01:57 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/21 23:11:18 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:01:57 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/bzero/test1.c b/libft/tests/mandatory/bzero/test1.c index 6f1d8eb..ac675aa 100644 --- a/libft/tests/mandatory/bzero/test1.c +++ b/libft/tests/mandatory/bzero/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:31:08 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 02:02:15 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:31:08 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/bzero/test2.c b/libft/tests/mandatory/bzero/test2.c index decb755..b68d594 100644 --- a/libft/tests/mandatory/bzero/test2.c +++ b/libft/tests/mandatory/bzero/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:31:08 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 14:10:05 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:31:08 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/bzero/test3.c b/libft/tests/mandatory/bzero/test3.c index 4f764ca..84bf5d4 100644 --- a/libft/tests/mandatory/bzero/test3.c +++ b/libft/tests/mandatory/bzero/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:31:08 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 02:10:36 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:31:08 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/bzero/test4.c b/libft/tests/mandatory/bzero/test4.c index ea2a364..8d2038d 100644 --- a/libft/tests/mandatory/bzero/test4.c +++ b/libft/tests/mandatory/bzero/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:31:08 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 14:10:17 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:31:08 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/bzero/test5.c b/libft/tests/mandatory/bzero/test5.c index 5889a18..5187633 100644 --- a/libft/tests/mandatory/bzero/test5.c +++ b/libft/tests/mandatory/bzero/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:31:08 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 14:10:28 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:31:08 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test1.c b/libft/tests/mandatory/calloc/test1.c index 22fa0d0..1a14f75 100644 --- a/libft/tests/mandatory/calloc/test1.c +++ b/libft/tests/mandatory/calloc/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/04 18:17:40 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test2.c b/libft/tests/mandatory/calloc/test2.c index b5aa16d..3040af5 100644 --- a/libft/tests/mandatory/calloc/test2.c +++ b/libft/tests/mandatory/calloc/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 16:22:29 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test3.c b/libft/tests/mandatory/calloc/test3.c index ffa2e53..d939298 100644 --- a/libft/tests/mandatory/calloc/test3.c +++ b/libft/tests/mandatory/calloc/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/04 18:16:53 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test4.c b/libft/tests/mandatory/calloc/test4.c index ff9a62b..6036fdf 100644 --- a/libft/tests/mandatory/calloc/test4.c +++ b/libft/tests/mandatory/calloc/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 03:16:01 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test5.c b/libft/tests/mandatory/calloc/test5.c index a31f018..681a776 100644 --- a/libft/tests/mandatory/calloc/test5.c +++ b/libft/tests/mandatory/calloc/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 03:13:42 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test6.c b/libft/tests/mandatory/calloc/test6.c index deacb5a..1351d76 100644 --- a/libft/tests/mandatory/calloc/test6.c +++ b/libft/tests/mandatory/calloc/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:55:09 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test7.c b/libft/tests/mandatory/calloc/test7.c index 91d5830..5e18cfd 100644 --- a/libft/tests/mandatory/calloc/test7.c +++ b/libft/tests/mandatory/calloc/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:55:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test8.c b/libft/tests/mandatory/calloc/test8.c index 26a3734..7fde113 100644 --- a/libft/tests/mandatory/calloc/test8.c +++ b/libft/tests/mandatory/calloc/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:48:50 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/calloc/test9.c b/libft/tests/mandatory/calloc/test9.c index 78821eb..35dd658 100644 --- a/libft/tests/mandatory/calloc/test9.c +++ b/libft/tests/mandatory/calloc/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:47:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:49:40 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:47:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test1.c b/libft/tests/mandatory/isalnum/test1.c index 13bc6f4..3a5a263 100644 --- a/libft/tests/mandatory/isalnum/test1.c +++ b/libft/tests/mandatory/isalnum/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:14:29 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test10.c b/libft/tests/mandatory/isalnum/test10.c index eb27fd3..0997e0f 100644 --- a/libft/tests/mandatory/isalnum/test10.c +++ b/libft/tests/mandatory/isalnum/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:14:35 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test11.c b/libft/tests/mandatory/isalnum/test11.c index a0562dd..7d53b31 100644 --- a/libft/tests/mandatory/isalnum/test11.c +++ b/libft/tests/mandatory/isalnum/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:14:41 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test12.c b/libft/tests/mandatory/isalnum/test12.c index 23a2946..12e84f1 100644 --- a/libft/tests/mandatory/isalnum/test12.c +++ b/libft/tests/mandatory/isalnum/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:14:44 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test13.c b/libft/tests/mandatory/isalnum/test13.c index 8ddc799..4104579 100644 --- a/libft/tests/mandatory/isalnum/test13.c +++ b/libft/tests/mandatory/isalnum/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:14:46 by djonker \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test14.c b/libft/tests/mandatory/isalnum/test14.c index b8fc709..cdf0de1 100644 --- a/libft/tests/mandatory/isalnum/test14.c +++ b/libft/tests/mandatory/isalnum/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:15:08 by djonker \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test15.c b/libft/tests/mandatory/isalnum/test15.c index 3786623..2fdb5ef 100644 --- a/libft/tests/mandatory/isalnum/test15.c +++ b/libft/tests/mandatory/isalnum/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:15:12 by djonker \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test16.c b/libft/tests/mandatory/isalnum/test16.c index 0b539a7..821faca 100644 --- a/libft/tests/mandatory/isalnum/test16.c +++ b/libft/tests/mandatory/isalnum/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:15:14 by djonker \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test17.c b/libft/tests/mandatory/isalnum/test17.c index e44bb70..6ddc2d1 100644 --- a/libft/tests/mandatory/isalnum/test17.c +++ b/libft/tests/mandatory/isalnum/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:15:41 by djonker \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test18.c b/libft/tests/mandatory/isalnum/test18.c index 58de60d..07826c8 100644 --- a/libft/tests/mandatory/isalnum/test18.c +++ b/libft/tests/mandatory/isalnum/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test21.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:15:43 by djonker \___)=(___/ */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test19.c b/libft/tests/mandatory/isalnum/test19.c index d4d6d6a..61d037c 100644 --- a/libft/tests/mandatory/isalnum/test19.c +++ b/libft/tests/mandatory/isalnum/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test22.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:15:44 by djonker \___)=(___/ */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test2.c b/libft/tests/mandatory/isalnum/test2.c index e3d5c3d..a311b4e 100644 --- a/libft/tests/mandatory/isalnum/test2.c +++ b/libft/tests/mandatory/isalnum/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:56 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test20.c b/libft/tests/mandatory/isalnum/test20.c index c540181..e39edad 100644 --- a/libft/tests/mandatory/isalnum/test20.c +++ b/libft/tests/mandatory/isalnum/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test23.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:15:46 by djonker \___)=(___/ */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test3.c b/libft/tests/mandatory/isalnum/test3.c index 20e1ada..1156570 100644 --- a/libft/tests/mandatory/isalnum/test3.c +++ b/libft/tests/mandatory/isalnum/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:08 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test4.c b/libft/tests/mandatory/isalnum/test4.c index 64c4354..54466c5 100644 --- a/libft/tests/mandatory/isalnum/test4.c +++ b/libft/tests/mandatory/isalnum/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:03 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test5.c b/libft/tests/mandatory/isalnum/test5.c index 8d5a670..27db6c8 100644 --- a/libft/tests/mandatory/isalnum/test5.c +++ b/libft/tests/mandatory/isalnum/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:19 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test6.c b/libft/tests/mandatory/isalnum/test6.c index 0e85457..a4b8aaf 100644 --- a/libft/tests/mandatory/isalnum/test6.c +++ b/libft/tests/mandatory/isalnum/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:32 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test7.c b/libft/tests/mandatory/isalnum/test7.c index ae6b0fa..2412657 100644 --- a/libft/tests/mandatory/isalnum/test7.c +++ b/libft/tests/mandatory/isalnum/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:39 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test8.c b/libft/tests/mandatory/isalnum/test8.c index f13d34a..2923461 100644 --- a/libft/tests/mandatory/isalnum/test8.c +++ b/libft/tests/mandatory/isalnum/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:41 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalnum/test9.c b/libft/tests/mandatory/isalnum/test9.c index c7e0358..67676d0 100644 --- a/libft/tests/mandatory/isalnum/test9.c +++ b/libft/tests/mandatory/isalnum/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:46:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:16:43 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:46:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test1.c b/libft/tests/mandatory/isalpha/test1.c index 9263a6e..a9504d5 100644 --- a/libft/tests/mandatory/isalpha/test1.c +++ b/libft/tests/mandatory/isalpha/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:18:13 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test10.c b/libft/tests/mandatory/isalpha/test10.c index fd2ca9e..5785cbb 100644 --- a/libft/tests/mandatory/isalpha/test10.c +++ b/libft/tests/mandatory/isalpha/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:18:35 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test11.c b/libft/tests/mandatory/isalpha/test11.c index e65d9fd..7fe34c7 100644 --- a/libft/tests/mandatory/isalpha/test11.c +++ b/libft/tests/mandatory/isalpha/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:20:43 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test12.c b/libft/tests/mandatory/isalpha/test12.c index b2f7b93..0289aa7 100644 --- a/libft/tests/mandatory/isalpha/test12.c +++ b/libft/tests/mandatory/isalpha/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:22:04 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test13.c b/libft/tests/mandatory/isalpha/test13.c index 59c64fa..ce4219a 100644 --- a/libft/tests/mandatory/isalpha/test13.c +++ b/libft/tests/mandatory/isalpha/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:22:31 by djonker \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test14.c b/libft/tests/mandatory/isalpha/test14.c index 6b7a317..c5085a1 100644 --- a/libft/tests/mandatory/isalpha/test14.c +++ b/libft/tests/mandatory/isalpha/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:16 by djonker \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test15.c b/libft/tests/mandatory/isalpha/test15.c index 4e56f94..5ef20bc 100644 --- a/libft/tests/mandatory/isalpha/test15.c +++ b/libft/tests/mandatory/isalpha/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:17 by djonker \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test16.c b/libft/tests/mandatory/isalpha/test16.c index 9eae146..d98021b 100644 --- a/libft/tests/mandatory/isalpha/test16.c +++ b/libft/tests/mandatory/isalpha/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:18 by djonker \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test17.c b/libft/tests/mandatory/isalpha/test17.c index 873fa93..3e7500d 100644 --- a/libft/tests/mandatory/isalpha/test17.c +++ b/libft/tests/mandatory/isalpha/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:20 by djonker \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test18.c b/libft/tests/mandatory/isalpha/test18.c index 95a4772..46f164b 100644 --- a/libft/tests/mandatory/isalpha/test18.c +++ b/libft/tests/mandatory/isalpha/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:21 by djonker \___)=(___/ */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test19.c b/libft/tests/mandatory/isalpha/test19.c index 3b22548..4851963 100644 --- a/libft/tests/mandatory/isalpha/test19.c +++ b/libft/tests/mandatory/isalpha/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:28 by djonker \___)=(___/ */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test2.c b/libft/tests/mandatory/isalpha/test2.c index 186b3cc..e4375fd 100644 --- a/libft/tests/mandatory/isalpha/test2.c +++ b/libft/tests/mandatory/isalpha/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:18:51 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test20.c b/libft/tests/mandatory/isalpha/test20.c index 2aa9750..81d1c1c 100644 --- a/libft/tests/mandatory/isalpha/test20.c +++ b/libft/tests/mandatory/isalpha/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test21.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:30 by djonker \___)=(___/ */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test3.c b/libft/tests/mandatory/isalpha/test3.c index e0f887d..3a3f30c 100644 --- a/libft/tests/mandatory/isalpha/test3.c +++ b/libft/tests/mandatory/isalpha/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:18:56 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test4.c b/libft/tests/mandatory/isalpha/test4.c index d04f687..30c2007 100644 --- a/libft/tests/mandatory/isalpha/test4.c +++ b/libft/tests/mandatory/isalpha/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:18:57 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test5.c b/libft/tests/mandatory/isalpha/test5.c index eabef11..b305c23 100644 --- a/libft/tests/mandatory/isalpha/test5.c +++ b/libft/tests/mandatory/isalpha/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:39 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test6.c b/libft/tests/mandatory/isalpha/test6.c index 3bc7293..24c21df 100644 --- a/libft/tests/mandatory/isalpha/test6.c +++ b/libft/tests/mandatory/isalpha/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:42 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test7.c b/libft/tests/mandatory/isalpha/test7.c index bd4daa9..4e4b6ae 100644 --- a/libft/tests/mandatory/isalpha/test7.c +++ b/libft/tests/mandatory/isalpha/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:43 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test8.c b/libft/tests/mandatory/isalpha/test8.c index e9bd542..9049ab3 100644 --- a/libft/tests/mandatory/isalpha/test8.c +++ b/libft/tests/mandatory/isalpha/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:44 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:30 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isalpha/test9.c b/libft/tests/mandatory/isalpha/test9.c index 83875f8..130c5cc 100644 --- a/libft/tests/mandatory/isalpha/test9.c +++ b/libft/tests/mandatory/isalpha/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:45:45 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:23:45 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:45:45 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:30 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test1.c b/libft/tests/mandatory/isascii/test1.c index 3451d79..a87702b 100644 --- a/libft/tests/mandatory/isascii/test1.c +++ b/libft/tests/mandatory/isascii/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:39:54 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:31 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test10.c b/libft/tests/mandatory/isascii/test10.c index 3843f3d..48af0e6 100644 --- a/libft/tests/mandatory/isascii/test10.c +++ b/libft/tests/mandatory/isascii/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:10 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:30 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test11.c b/libft/tests/mandatory/isascii/test11.c index 093ba8c..af33c5d 100644 --- a/libft/tests/mandatory/isascii/test11.c +++ b/libft/tests/mandatory/isascii/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:38:45 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:31 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test2.c b/libft/tests/mandatory/isascii/test2.c index e1ce904..61d55c6 100644 --- a/libft/tests/mandatory/isascii/test2.c +++ b/libft/tests/mandatory/isascii/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:16 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:31 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test3.c b/libft/tests/mandatory/isascii/test3.c index acf8e16..477723a 100644 --- a/libft/tests/mandatory/isascii/test3.c +++ b/libft/tests/mandatory/isascii/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:21 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:32 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test4.c b/libft/tests/mandatory/isascii/test4.c index 40be8f5..1cdc9a7 100644 --- a/libft/tests/mandatory/isascii/test4.c +++ b/libft/tests/mandatory/isascii/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:25 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:32 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test5.c b/libft/tests/mandatory/isascii/test5.c index a3b06d2..ac72378 100644 --- a/libft/tests/mandatory/isascii/test5.c +++ b/libft/tests/mandatory/isascii/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:31 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:32 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test6.c b/libft/tests/mandatory/isascii/test6.c index 12080e5..a10233d 100644 --- a/libft/tests/mandatory/isascii/test6.c +++ b/libft/tests/mandatory/isascii/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:36 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test7.c b/libft/tests/mandatory/isascii/test7.c index 336be1b..cc99569 100644 --- a/libft/tests/mandatory/isascii/test7.c +++ b/libft/tests/mandatory/isascii/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:42 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test8.c b/libft/tests/mandatory/isascii/test8.c index cafbd0d..1f8e7e7 100644 --- a/libft/tests/mandatory/isascii/test8.c +++ b/libft/tests/mandatory/isascii/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:40:47 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isascii/test9.c b/libft/tests/mandatory/isascii/test9.c index 619c6ba..4ba5bd3 100644 --- a/libft/tests/mandatory/isascii/test9.c +++ b/libft/tests/mandatory/isascii/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:04:50 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 05:38:51 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:04:50 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test1.c b/libft/tests/mandatory/isdigit/test1.c index 7918fe1..b01df00 100644 --- a/libft/tests/mandatory/isdigit/test1.c +++ b/libft/tests/mandatory/isdigit/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:11:43 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:37 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test10.c b/libft/tests/mandatory/isdigit/test10.c index 0c3cc3a..83d38bd 100644 --- a/libft/tests/mandatory/isdigit/test10.c +++ b/libft/tests/mandatory/isdigit/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:16:25 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test11.c b/libft/tests/mandatory/isdigit/test11.c index dad8d54..dab3e6e 100644 --- a/libft/tests/mandatory/isdigit/test11.c +++ b/libft/tests/mandatory/isdigit/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:00:44 by houtworm ### ########.fr */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test12.c b/libft/tests/mandatory/isdigit/test12.c index 1940c3d..0ae1c1d 100644 --- a/libft/tests/mandatory/isdigit/test12.c +++ b/libft/tests/mandatory/isdigit/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:00:48 by houtworm ### ########.fr */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:35 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test13.c b/libft/tests/mandatory/isdigit/test13.c index 282e057..cd24f5b 100644 --- a/libft/tests/mandatory/isdigit/test13.c +++ b/libft/tests/mandatory/isdigit/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:00:51 by houtworm ### ########.fr */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:35 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test14.c b/libft/tests/mandatory/isdigit/test14.c index 6282e4b..a1db392 100644 --- a/libft/tests/mandatory/isdigit/test14.c +++ b/libft/tests/mandatory/isdigit/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:00:54 by houtworm ### ########.fr */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:35 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test15.c b/libft/tests/mandatory/isdigit/test15.c index 7733c12..96cf528 100644 --- a/libft/tests/mandatory/isdigit/test15.c +++ b/libft/tests/mandatory/isdigit/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:01:15 by houtworm ### ########.fr */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:36 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test16.c b/libft/tests/mandatory/isdigit/test16.c index bc5145d..e3e0010 100644 --- a/libft/tests/mandatory/isdigit/test16.c +++ b/libft/tests/mandatory/isdigit/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:01:51 by houtworm ### ########.fr */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:36 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test17.c b/libft/tests/mandatory/isdigit/test17.c index b020410..a8bf21d 100644 --- a/libft/tests/mandatory/isdigit/test17.c +++ b/libft/tests/mandatory/isdigit/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:04:03 by houtworm ### ########.fr */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:36 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test18.c b/libft/tests/mandatory/isdigit/test18.c index c11f645..216d14c 100644 --- a/libft/tests/mandatory/isdigit/test18.c +++ b/libft/tests/mandatory/isdigit/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:02:33 by houtworm ### ########.fr */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:37 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test19.c b/libft/tests/mandatory/isdigit/test19.c index 4beea40..b3736b4 100644 --- a/libft/tests/mandatory/isdigit/test19.c +++ b/libft/tests/mandatory/isdigit/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:04:00 by houtworm ### ########.fr */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:37 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test2.c b/libft/tests/mandatory/isdigit/test2.c index 2f4bdad..39b52a3 100644 --- a/libft/tests/mandatory/isdigit/test2.c +++ b/libft/tests/mandatory/isdigit/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:16:48 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:38 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test20.c b/libft/tests/mandatory/isdigit/test20.c index 45ee3e1..aa7ec5a 100644 --- a/libft/tests/mandatory/isdigit/test20.c +++ b/libft/tests/mandatory/isdigit/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:03:06 by houtworm ### ########.fr */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:38 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test3.c b/libft/tests/mandatory/isdigit/test3.c index 2beee31..0781022 100644 --- a/libft/tests/mandatory/isdigit/test3.c +++ b/libft/tests/mandatory/isdigit/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:16:58 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:38 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test4.c b/libft/tests/mandatory/isdigit/test4.c index 0322963..e79e660 100644 --- a/libft/tests/mandatory/isdigit/test4.c +++ b/libft/tests/mandatory/isdigit/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:17:03 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:39 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test5.c b/libft/tests/mandatory/isdigit/test5.c index ff6ad1a..7e106f0 100644 --- a/libft/tests/mandatory/isdigit/test5.c +++ b/libft/tests/mandatory/isdigit/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:17:08 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:39 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test6.c b/libft/tests/mandatory/isdigit/test6.c index 5b3ba28..84ea3b3 100644 --- a/libft/tests/mandatory/isdigit/test6.c +++ b/libft/tests/mandatory/isdigit/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:17:12 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:39 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test7.c b/libft/tests/mandatory/isdigit/test7.c index d218462..afaca97 100644 --- a/libft/tests/mandatory/isdigit/test7.c +++ b/libft/tests/mandatory/isdigit/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:17:16 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:40 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test8.c b/libft/tests/mandatory/isdigit/test8.c index eb8aeb7..05dc71e 100644 --- a/libft/tests/mandatory/isdigit/test8.c +++ b/libft/tests/mandatory/isdigit/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:17:22 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:40 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isdigit/test9.c b/libft/tests/mandatory/isdigit/test9.c index 528ca38..504e537 100644 --- a/libft/tests/mandatory/isdigit/test9.c +++ b/libft/tests/mandatory/isdigit/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:06:47 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 14:17:28 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:06:47 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:40 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test1.c b/libft/tests/mandatory/isprint/test1.c index b0ca6ab..688f169 100644 --- a/libft/tests/mandatory/isprint/test1.c +++ b/libft/tests/mandatory/isprint/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 12:52:59 by houtworm ### ########.fr */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:41 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test10.c b/libft/tests/mandatory/isprint/test10.c index e9892f4..702b6b8 100644 --- a/libft/tests/mandatory/isprint/test10.c +++ b/libft/tests/mandatory/isprint/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:17:06 by houtworm ### ########.fr */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:41 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test11.c b/libft/tests/mandatory/isprint/test11.c index 563ed0e..8c42d2f 100644 --- a/libft/tests/mandatory/isprint/test11.c +++ b/libft/tests/mandatory/isprint/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 10:58:37 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:41 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test2.c b/libft/tests/mandatory/isprint/test2.c index e764bd0..a11ff3a 100644 --- a/libft/tests/mandatory/isprint/test2.c +++ b/libft/tests/mandatory/isprint/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:18:05 by houtworm ### ########.fr */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:42 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test3.c b/libft/tests/mandatory/isprint/test3.c index d96ff97..3b8af04 100644 --- a/libft/tests/mandatory/isprint/test3.c +++ b/libft/tests/mandatory/isprint/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:15:18 by houtworm ### ########.fr */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:42 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test4.c b/libft/tests/mandatory/isprint/test4.c index ed41be9..4ac4c81 100644 --- a/libft/tests/mandatory/isprint/test4.c +++ b/libft/tests/mandatory/isprint/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:15:30 by houtworm ### ########.fr */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:42 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test5.c b/libft/tests/mandatory/isprint/test5.c index 71b893d..fbcab0c 100644 --- a/libft/tests/mandatory/isprint/test5.c +++ b/libft/tests/mandatory/isprint/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:18:12 by houtworm ### ########.fr */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test6.c b/libft/tests/mandatory/isprint/test6.c index 5459b6c..856309a 100644 --- a/libft/tests/mandatory/isprint/test6.c +++ b/libft/tests/mandatory/isprint/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:18:16 by houtworm ### ########.fr */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test7.c b/libft/tests/mandatory/isprint/test7.c index 765ba4c..3b7c492 100644 --- a/libft/tests/mandatory/isprint/test7.c +++ b/libft/tests/mandatory/isprint/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:18:25 by houtworm ### ########.fr */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test8.c b/libft/tests/mandatory/isprint/test8.c index 7114c01..f44d48e 100644 --- a/libft/tests/mandatory/isprint/test8.c +++ b/libft/tests/mandatory/isprint/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:16:16 by houtworm ### ########.fr */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/isprint/test9.c b/libft/tests/mandatory/isprint/test9.c index b601981..fbeeffa 100644 --- a/libft/tests/mandatory/isprint/test9.c +++ b/libft/tests/mandatory/isprint/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:07:54 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:16:53 by houtworm ### ########.fr */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:07:54 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/itoa/test1.c b/libft/tests/mandatory/itoa/test1.c index cc729d3..1459dd2 100644 --- a/libft/tests/mandatory/itoa/test1.c +++ b/libft/tests/mandatory/itoa/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:17 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:37:57 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:17 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/itoa/test2.c b/libft/tests/mandatory/itoa/test2.c index e93f6c8..3808328 100644 --- a/libft/tests/mandatory/itoa/test2.c +++ b/libft/tests/mandatory/itoa/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:17 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:28:47 by houtworm ### ########.fr */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:17 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/itoa/test3.c b/libft/tests/mandatory/itoa/test3.c index b28ec1c..cc6a820 100644 --- a/libft/tests/mandatory/itoa/test3.c +++ b/libft/tests/mandatory/itoa/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:17 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:29:02 by houtworm ### ########.fr */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:17 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/itoa/test4.c b/libft/tests/mandatory/itoa/test4.c index 6d1c6c8..be27019 100644 --- a/libft/tests/mandatory/itoa/test4.c +++ b/libft/tests/mandatory/itoa/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:17 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:29:18 by houtworm ### ########.fr */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:17 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/itoa/test5.c b/libft/tests/mandatory/itoa/test5.c index 80eedc1..3083ee6 100644 --- a/libft/tests/mandatory/itoa/test5.c +++ b/libft/tests/mandatory/itoa/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:17 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:30:52 by houtworm ### ########.fr */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:17 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/itoa/test6.c b/libft/tests/mandatory/itoa/test6.c index c716759..dcd8adb 100644 --- a/libft/tests/mandatory/itoa/test6.c +++ b/libft/tests/mandatory/itoa/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:17 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:34:28 by houtworm ### ########.fr */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:17 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/itoa/test7.c b/libft/tests/mandatory/itoa/test7.c index 3883dc4..0f809f3 100644 --- a/libft/tests/mandatory/itoa/test7.c +++ b/libft/tests/mandatory/itoa/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:17 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:35:07 by houtworm ### ########.fr */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:17 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test1.c b/libft/tests/mandatory/memccpy/test1.c index b33435f..a17aad3 100644 --- a/libft/tests/mandatory/memccpy/test1.c +++ b/libft/tests/mandatory/memccpy/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:42:49 by houtworm ### ########.fr */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test10.c b/libft/tests/mandatory/memccpy/test10.c index 6d6c01d..c9fa4a5 100644 --- a/libft/tests/mandatory/memccpy/test10.c +++ b/libft/tests/mandatory/memccpy/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 14:10:11 by houtworm ### ########.fr */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test11.c b/libft/tests/mandatory/memccpy/test11.c index 684c075..80cdc5e 100644 --- a/libft/tests/mandatory/memccpy/test11.c +++ b/libft/tests/mandatory/memccpy/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 14:10:53 by houtworm ### ########.fr */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test12.c b/libft/tests/mandatory/memccpy/test12.c index 89fbe3f..e7b8c0a 100644 --- a/libft/tests/mandatory/memccpy/test12.c +++ b/libft/tests/mandatory/memccpy/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 11:24:10 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test2.c b/libft/tests/mandatory/memccpy/test2.c index 5726765..054ba97 100644 --- a/libft/tests/mandatory/memccpy/test2.c +++ b/libft/tests/mandatory/memccpy/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 13:44:47 by houtworm ### ########.fr */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test3.c b/libft/tests/mandatory/memccpy/test3.c index 10cf160..1ecba67 100644 --- a/libft/tests/mandatory/memccpy/test3.c +++ b/libft/tests/mandatory/memccpy/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 14:15:14 by houtworm ### ########.fr */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test4.c b/libft/tests/mandatory/memccpy/test4.c index 30a0ad6..d18dc21 100644 --- a/libft/tests/mandatory/memccpy/test4.c +++ b/libft/tests/mandatory/memccpy/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 14:12:27 by houtworm ### ########.fr */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test5.c b/libft/tests/mandatory/memccpy/test5.c index 6d0c373..fb48c9a 100644 --- a/libft/tests/mandatory/memccpy/test5.c +++ b/libft/tests/mandatory/memccpy/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 20:41:20 by houtworm ### ########.fr */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test6.c b/libft/tests/mandatory/memccpy/test6.c index 17eee69..977b12c 100644 --- a/libft/tests/mandatory/memccpy/test6.c +++ b/libft/tests/mandatory/memccpy/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 14:13:51 by houtworm ### ########.fr */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test7.c b/libft/tests/mandatory/memccpy/test7.c index 855cee6..692ce32 100644 --- a/libft/tests/mandatory/memccpy/test7.c +++ b/libft/tests/mandatory/memccpy/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 20:47:04 by houtworm ### ########.fr */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test8.c b/libft/tests/mandatory/memccpy/test8.c index b78107c..1a763f2 100644 --- a/libft/tests/mandatory/memccpy/test8.c +++ b/libft/tests/mandatory/memccpy/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 20:52:48 by houtworm ### ########.fr */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memccpy/test9.c b/libft/tests/mandatory/memccpy/test9.c index aa360ac..ee02f29 100644 --- a/libft/tests/mandatory/memccpy/test9.c +++ b/libft/tests/mandatory/memccpy/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:12:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:24:04 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:12:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test1.c b/libft/tests/mandatory/memchr/test1.c index f3020d4..af288c5 100644 --- a/libft/tests/mandatory/memchr/test1.c +++ b/libft/tests/mandatory/memchr/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 21:40:46 by houtworm ### ########.fr */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test2.c b/libft/tests/mandatory/memchr/test2.c index 187936c..7f1b473 100644 --- a/libft/tests/mandatory/memchr/test2.c +++ b/libft/tests/mandatory/memchr/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 21:31:27 by houtworm ### ########.fr */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test3.c b/libft/tests/mandatory/memchr/test3.c index 4dc40bc..daa873f 100644 --- a/libft/tests/mandatory/memchr/test3.c +++ b/libft/tests/mandatory/memchr/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 21:37:35 by houtworm ### ########.fr */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test4.c b/libft/tests/mandatory/memchr/test4.c index cfda9bf..2dd4a80 100644 --- a/libft/tests/mandatory/memchr/test4.c +++ b/libft/tests/mandatory/memchr/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 21:38:46 by houtworm ### ########.fr */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test5.c b/libft/tests/mandatory/memchr/test5.c index 963c0ff..cb1e07f 100644 --- a/libft/tests/mandatory/memchr/test5.c +++ b/libft/tests/mandatory/memchr/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 21:43:29 by houtworm ### ########.fr */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test6.c b/libft/tests/mandatory/memchr/test6.c index 3106dc1..ff941b5 100644 --- a/libft/tests/mandatory/memchr/test6.c +++ b/libft/tests/mandatory/memchr/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/27 05:07:42 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test7.c b/libft/tests/mandatory/memchr/test7.c index 613dc4c..dcdf080 100644 --- a/libft/tests/mandatory/memchr/test7.c +++ b/libft/tests/mandatory/memchr/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 21:47:13 by houtworm ### ########.fr */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test8.c b/libft/tests/mandatory/memchr/test8.c index 352051d..870e5e1 100644 --- a/libft/tests/mandatory/memchr/test8.c +++ b/libft/tests/mandatory/memchr/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:38:24 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:09:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memchr/test9.c b/libft/tests/mandatory/memchr/test9.c index 97e397c..472251d 100644 --- a/libft/tests/mandatory/memchr/test9.c +++ b/libft/tests/mandatory/memchr/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:52 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:38:21 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:52 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test1.c b/libft/tests/mandatory/memcmp/test1.c index 557caec..9a58934 100644 --- a/libft/tests/mandatory/memcmp/test1.c +++ b/libft/tests/mandatory/memcmp/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 13:02:36 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test10.c b/libft/tests/mandatory/memcmp/test10.c index aaa9605..c796da3 100644 --- a/libft/tests/mandatory/memcmp/test10.c +++ b/libft/tests/mandatory/memcmp/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 14:58:18 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test11.c b/libft/tests/mandatory/memcmp/test11.c index f974025..cb01037 100644 --- a/libft/tests/mandatory/memcmp/test11.c +++ b/libft/tests/mandatory/memcmp/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:20:49 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test12.c b/libft/tests/mandatory/memcmp/test12.c index f1c5ff6..199641f 100644 --- a/libft/tests/mandatory/memcmp/test12.c +++ b/libft/tests/mandatory/memcmp/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:00:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test13.c b/libft/tests/mandatory/memcmp/test13.c index 0292405..2921d4b 100644 --- a/libft/tests/mandatory/memcmp/test13.c +++ b/libft/tests/mandatory/memcmp/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:00:08 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test14.c b/libft/tests/mandatory/memcmp/test14.c index c708d0b..857b945 100644 --- a/libft/tests/mandatory/memcmp/test14.c +++ b/libft/tests/mandatory/memcmp/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:00:41 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test15.c b/libft/tests/mandatory/memcmp/test15.c index 6e89226..0014a25 100644 --- a/libft/tests/mandatory/memcmp/test15.c +++ b/libft/tests/mandatory/memcmp/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:01:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test16.c b/libft/tests/mandatory/memcmp/test16.c index 4ae9db3..652971e 100644 --- a/libft/tests/mandatory/memcmp/test16.c +++ b/libft/tests/mandatory/memcmp/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:01:36 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test17.c b/libft/tests/mandatory/memcmp/test17.c index 6d2d050..63723b8 100644 --- a/libft/tests/mandatory/memcmp/test17.c +++ b/libft/tests/mandatory/memcmp/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 11:29:30 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test2.c b/libft/tests/mandatory/memcmp/test2.c index 8989859..268ea6d 100644 --- a/libft/tests/mandatory/memcmp/test2.c +++ b/libft/tests/mandatory/memcmp/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:02:32 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test3.c b/libft/tests/mandatory/memcmp/test3.c index 73b0661..645a9c7 100644 --- a/libft/tests/mandatory/memcmp/test3.c +++ b/libft/tests/mandatory/memcmp/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:10:57 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test4.c b/libft/tests/mandatory/memcmp/test4.c index 5d37f4f..33919e5 100644 --- a/libft/tests/mandatory/memcmp/test4.c +++ b/libft/tests/mandatory/memcmp/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:03:48 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test5.c b/libft/tests/mandatory/memcmp/test5.c index a74748f..892c801 100644 --- a/libft/tests/mandatory/memcmp/test5.c +++ b/libft/tests/mandatory/memcmp/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:04:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test6.c b/libft/tests/mandatory/memcmp/test6.c index 5f7589b..d07a4e2 100644 --- a/libft/tests/mandatory/memcmp/test6.c +++ b/libft/tests/mandatory/memcmp/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:04:38 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test7.c b/libft/tests/mandatory/memcmp/test7.c index 435e484..206e055 100644 --- a/libft/tests/mandatory/memcmp/test7.c +++ b/libft/tests/mandatory/memcmp/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:05:08 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test8.c b/libft/tests/mandatory/memcmp/test8.c index 00a01aa..b79476a 100644 --- a/libft/tests/mandatory/memcmp/test8.c +++ b/libft/tests/mandatory/memcmp/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:05:25 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcmp/test9.c b/libft/tests/mandatory/memcmp/test9.c index 27823c1..a12cdc3 100644 --- a/libft/tests/mandatory/memcmp/test9.c +++ b/libft/tests/mandatory/memcmp/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:03:00 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 15:05:55 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:03:00 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test1.c b/libft/tests/mandatory/memcpy/test1.c index f6c3bee..219693c 100644 --- a/libft/tests/mandatory/memcpy/test1.c +++ b/libft/tests/mandatory/memcpy/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 16:51:49 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test2.c b/libft/tests/mandatory/memcpy/test2.c index bf8234b..81d85cb 100644 --- a/libft/tests/mandatory/memcpy/test2.c +++ b/libft/tests/mandatory/memcpy/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 16:57:04 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test3.c b/libft/tests/mandatory/memcpy/test3.c index ed6ed7f..74266ed 100644 --- a/libft/tests/mandatory/memcpy/test3.c +++ b/libft/tests/mandatory/memcpy/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 16:57:34 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test4.c b/libft/tests/mandatory/memcpy/test4.c index 910e68f..bf85a71 100644 --- a/libft/tests/mandatory/memcpy/test4.c +++ b/libft/tests/mandatory/memcpy/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 17:08:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test5.c b/libft/tests/mandatory/memcpy/test5.c index 3f485fa..0e87bcf 100644 --- a/libft/tests/mandatory/memcpy/test5.c +++ b/libft/tests/mandatory/memcpy/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 16:56:28 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test6.c b/libft/tests/mandatory/memcpy/test6.c index 37acfaa..2f92279 100644 --- a/libft/tests/mandatory/memcpy/test6.c +++ b/libft/tests/mandatory/memcpy/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 17:00:23 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test7.c b/libft/tests/mandatory/memcpy/test7.c index e3fef31..0fe7a14 100644 --- a/libft/tests/mandatory/memcpy/test7.c +++ b/libft/tests/mandatory/memcpy/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 19:01:35 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test8.c b/libft/tests/mandatory/memcpy/test8.c index 220b986..f842f1e 100644 --- a/libft/tests/mandatory/memcpy/test8.c +++ b/libft/tests/mandatory/memcpy/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 01:10:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memcpy/test9.c b/libft/tests/mandatory/memcpy/test9.c index 095e006..cf329e1 100644 --- a/libft/tests/mandatory/memcpy/test9.c +++ b/libft/tests/mandatory/memcpy/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:02:18 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 17:09:23 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:02:18 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test1.c b/libft/tests/mandatory/memmove/test1.c index f762059..f73d0f7 100644 --- a/libft/tests/mandatory/memmove/test1.c +++ b/libft/tests/mandatory/memmove/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 18:09:46 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test10.c b/libft/tests/mandatory/memmove/test10.c index 984f7ca..5c376d4 100644 --- a/libft/tests/mandatory/memmove/test10.c +++ b/libft/tests/mandatory/memmove/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 19:19:54 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test11.c b/libft/tests/mandatory/memmove/test11.c index b7b34f5..1f60db3 100644 --- a/libft/tests/mandatory/memmove/test11.c +++ b/libft/tests/mandatory/memmove/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 19:46:23 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test12.c b/libft/tests/mandatory/memmove/test12.c index ec4a05b..20578e1 100644 --- a/libft/tests/mandatory/memmove/test12.c +++ b/libft/tests/mandatory/memmove/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 13:47:05 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test13.c b/libft/tests/mandatory/memmove/test13.c index f418dbb..5c58b64 100644 --- a/libft/tests/mandatory/memmove/test13.c +++ b/libft/tests/mandatory/memmove/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 13:45:52 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test14.c b/libft/tests/mandatory/memmove/test14.c index 0119359..1f65ef6 100644 --- a/libft/tests/mandatory/memmove/test14.c +++ b/libft/tests/mandatory/memmove/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 11:53:21 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test2.c b/libft/tests/mandatory/memmove/test2.c index e165d18..6b51205 100644 --- a/libft/tests/mandatory/memmove/test2.c +++ b/libft/tests/mandatory/memmove/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 18:31:36 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test3.c b/libft/tests/mandatory/memmove/test3.c index c9e9730..16f80b4 100644 --- a/libft/tests/mandatory/memmove/test3.c +++ b/libft/tests/mandatory/memmove/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 18:34:19 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test4.c b/libft/tests/mandatory/memmove/test4.c index de3f70a..0bc41d5 100644 --- a/libft/tests/mandatory/memmove/test4.c +++ b/libft/tests/mandatory/memmove/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 18:35:06 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test5.c b/libft/tests/mandatory/memmove/test5.c index b43ddec..8ecf821 100644 --- a/libft/tests/mandatory/memmove/test5.c +++ b/libft/tests/mandatory/memmove/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 18:35:43 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test6.c b/libft/tests/mandatory/memmove/test6.c index 4088fe3..987173b 100644 --- a/libft/tests/mandatory/memmove/test6.c +++ b/libft/tests/mandatory/memmove/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 19:28:32 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test7.c b/libft/tests/mandatory/memmove/test7.c index e5c0f44..db4410f 100644 --- a/libft/tests/mandatory/memmove/test7.c +++ b/libft/tests/mandatory/memmove/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 19:29:30 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test8.c b/libft/tests/mandatory/memmove/test8.c index b1faae4..40038de 100644 --- a/libft/tests/mandatory/memmove/test8.c +++ b/libft/tests/mandatory/memmove/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 19:25:47 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memmove/test9.c b/libft/tests/mandatory/memmove/test9.c index c0dabf2..0310b01 100644 --- a/libft/tests/mandatory/memmove/test9.c +++ b/libft/tests/mandatory/memmove/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 03:00:42 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 19:37:25 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 03:00:42 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test1.c b/libft/tests/mandatory/memset/test1.c index db45699..ba99a90 100644 --- a/libft/tests/mandatory/memset/test1.c +++ b/libft/tests/mandatory/memset/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:09:37 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test2.c b/libft/tests/mandatory/memset/test2.c index 22d7ed4..50c6070 100644 --- a/libft/tests/mandatory/memset/test2.c +++ b/libft/tests/mandatory/memset/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:09:26 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test3.c b/libft/tests/mandatory/memset/test3.c index 60c4eb7..11766e3 100644 --- a/libft/tests/mandatory/memset/test3.c +++ b/libft/tests/mandatory/memset/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 14:02:14 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test4.c b/libft/tests/mandatory/memset/test4.c index 585a7cf..8bb4a5a 100644 --- a/libft/tests/mandatory/memset/test4.c +++ b/libft/tests/mandatory/memset/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:10:09 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test5.c b/libft/tests/mandatory/memset/test5.c index 2065693..ab029cf 100644 --- a/libft/tests/mandatory/memset/test5.c +++ b/libft/tests/mandatory/memset/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:10:24 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test6.c b/libft/tests/mandatory/memset/test6.c index f8c1aaf..a61cfd2 100644 --- a/libft/tests/mandatory/memset/test6.c +++ b/libft/tests/mandatory/memset/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:10:35 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test7.c b/libft/tests/mandatory/memset/test7.c index 14efb4b..19903d5 100644 --- a/libft/tests/mandatory/memset/test7.c +++ b/libft/tests/mandatory/memset/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:11:36 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test8.c b/libft/tests/mandatory/memset/test8.c index 54f54b8..c610e9b 100644 --- a/libft/tests/mandatory/memset/test8.c +++ b/libft/tests/mandatory/memset/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:11:57 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/memset/test9.c b/libft/tests/mandatory/memset/test9.c index 5c4892d..086912e 100644 --- a/libft/tests/mandatory/memset/test9.c +++ b/libft/tests/mandatory/memset/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:59:35 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/28 20:12:29 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:59:35 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test1.c b/libft/tests/mandatory/putchar_fd/test1.c index 7ce29f1..f2ff4e2 100644 --- a/libft/tests/mandatory/putchar_fd/test1.c +++ b/libft/tests/mandatory/putchar_fd/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:10:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:30 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test10.c b/libft/tests/mandatory/putchar_fd/test10.c index b3fdc7d..efef7d1 100644 --- a/libft/tests/mandatory/putchar_fd/test10.c +++ b/libft/tests/mandatory/putchar_fd/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:58:36 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test11.c b/libft/tests/mandatory/putchar_fd/test11.c index 4c93113..a11f5f6 100644 --- a/libft/tests/mandatory/putchar_fd/test11.c +++ b/libft/tests/mandatory/putchar_fd/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:58:45 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:27 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test12.c b/libft/tests/mandatory/putchar_fd/test12.c index 30b6199..6220faa 100644 --- a/libft/tests/mandatory/putchar_fd/test12.c +++ b/libft/tests/mandatory/putchar_fd/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:22:21 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test13.c b/libft/tests/mandatory/putchar_fd/test13.c index dfc26f1..713b938 100644 --- a/libft/tests/mandatory/putchar_fd/test13.c +++ b/libft/tests/mandatory/putchar_fd/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:22:33 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test14.c b/libft/tests/mandatory/putchar_fd/test14.c index 47fcc1a..cf398d6 100644 --- a/libft/tests/mandatory/putchar_fd/test14.c +++ b/libft/tests/mandatory/putchar_fd/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 19:34:23 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test15.c b/libft/tests/mandatory/putchar_fd/test15.c index 145931b..afffb10 100644 --- a/libft/tests/mandatory/putchar_fd/test15.c +++ b/libft/tests/mandatory/putchar_fd/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:32:37 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test16.c b/libft/tests/mandatory/putchar_fd/test16.c index 13f8108..ed0cb81 100644 --- a/libft/tests/mandatory/putchar_fd/test16.c +++ b/libft/tests/mandatory/putchar_fd/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:23:56 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test17.c b/libft/tests/mandatory/putchar_fd/test17.c index fdd7f15..ea5230c 100644 --- a/libft/tests/mandatory/putchar_fd/test17.c +++ b/libft/tests/mandatory/putchar_fd/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:24:05 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:29 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test18.c b/libft/tests/mandatory/putchar_fd/test18.c index 44432cb..9ed8fd8 100644 --- a/libft/tests/mandatory/putchar_fd/test18.c +++ b/libft/tests/mandatory/putchar_fd/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:24:22 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:30 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test19.c b/libft/tests/mandatory/putchar_fd/test19.c index 0ae8b55..dd3faee 100644 --- a/libft/tests/mandatory/putchar_fd/test19.c +++ b/libft/tests/mandatory/putchar_fd/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:24:36 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:30 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test2.c b/libft/tests/mandatory/putchar_fd/test2.c index c1cf533..20e0bbd 100644 --- a/libft/tests/mandatory/putchar_fd/test2.c +++ b/libft/tests/mandatory/putchar_fd/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:15:21 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:31 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test20.c b/libft/tests/mandatory/putchar_fd/test20.c index 39fa4bc..6fe082b 100644 --- a/libft/tests/mandatory/putchar_fd/test20.c +++ b/libft/tests/mandatory/putchar_fd/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:24:57 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:31 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test3.c b/libft/tests/mandatory/putchar_fd/test3.c index 1a6148c..00ccec0 100644 --- a/libft/tests/mandatory/putchar_fd/test3.c +++ b/libft/tests/mandatory/putchar_fd/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:18:25 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:31 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test4.c b/libft/tests/mandatory/putchar_fd/test4.c index a92089e..9d2498d 100644 --- a/libft/tests/mandatory/putchar_fd/test4.c +++ b/libft/tests/mandatory/putchar_fd/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:18:34 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:32 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test5.c b/libft/tests/mandatory/putchar_fd/test5.c index d2d2f0e..6b3b938 100644 --- a/libft/tests/mandatory/putchar_fd/test5.c +++ b/libft/tests/mandatory/putchar_fd/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:57:33 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:32 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test6.c b/libft/tests/mandatory/putchar_fd/test6.c index f6b9078..f9e2612 100644 --- a/libft/tests/mandatory/putchar_fd/test6.c +++ b/libft/tests/mandatory/putchar_fd/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:57:41 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:32 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test7.c b/libft/tests/mandatory/putchar_fd/test7.c index b5c6f49..a565fb6 100644 --- a/libft/tests/mandatory/putchar_fd/test7.c +++ b/libft/tests/mandatory/putchar_fd/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:57:53 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test8.c b/libft/tests/mandatory/putchar_fd/test8.c index f18f06f..f9fcd4d 100644 --- a/libft/tests/mandatory/putchar_fd/test8.c +++ b/libft/tests/mandatory/putchar_fd/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:58:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putchar_fd/test9.c b/libft/tests/mandatory/putchar_fd/test9.c index bb343b6..ffd9c6f 100644 --- a/libft/tests/mandatory/putchar_fd/test9.c +++ b/libft/tests/mandatory/putchar_fd/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 18:58:15 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:33 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test1.c b/libft/tests/mandatory/putendl_fd/test1.c index 068a32b..620d421 100644 --- a/libft/tests/mandatory/putendl_fd/test1.c +++ b/libft/tests/mandatory/putendl_fd/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:53 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:37 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test10.c b/libft/tests/mandatory/putendl_fd/test10.c index a22815e..de4070b 100644 --- a/libft/tests/mandatory/putendl_fd/test10.c +++ b/libft/tests/mandatory/putendl_fd/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:24:17 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test11.c b/libft/tests/mandatory/putendl_fd/test11.c index ad7168e..93d113c 100644 --- a/libft/tests/mandatory/putendl_fd/test11.c +++ b/libft/tests/mandatory/putendl_fd/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:24:34 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test12.c b/libft/tests/mandatory/putendl_fd/test12.c index dd9acf9..9de41ee 100644 --- a/libft/tests/mandatory/putendl_fd/test12.c +++ b/libft/tests/mandatory/putendl_fd/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:24:54 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test13.c b/libft/tests/mandatory/putendl_fd/test13.c index 2c04336..fc263b7 100644 --- a/libft/tests/mandatory/putendl_fd/test13.c +++ b/libft/tests/mandatory/putendl_fd/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:00 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:35 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test14.c b/libft/tests/mandatory/putendl_fd/test14.c index 79ba352..4326d1d 100644 --- a/libft/tests/mandatory/putendl_fd/test14.c +++ b/libft/tests/mandatory/putendl_fd/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:07 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:35 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test15.c b/libft/tests/mandatory/putendl_fd/test15.c index 94ee9f5..84e28f8 100644 --- a/libft/tests/mandatory/putendl_fd/test15.c +++ b/libft/tests/mandatory/putendl_fd/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:20 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:36 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test16.c b/libft/tests/mandatory/putendl_fd/test16.c index fbe7bcc..c81ea0c 100644 --- a/libft/tests/mandatory/putendl_fd/test16.c +++ b/libft/tests/mandatory/putendl_fd/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:26 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:36 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test17.c b/libft/tests/mandatory/putendl_fd/test17.c index 0c6ebf2..16b658b 100644 --- a/libft/tests/mandatory/putendl_fd/test17.c +++ b/libft/tests/mandatory/putendl_fd/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:33 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:36 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test18.c b/libft/tests/mandatory/putendl_fd/test18.c index be45afd..bcdcc0f 100644 --- a/libft/tests/mandatory/putendl_fd/test18.c +++ b/libft/tests/mandatory/putendl_fd/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:42 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:37 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test19.c b/libft/tests/mandatory/putendl_fd/test19.c index 97e7fac..5439a97 100644 --- a/libft/tests/mandatory/putendl_fd/test19.c +++ b/libft/tests/mandatory/putendl_fd/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:25:48 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:37 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test2.c b/libft/tests/mandatory/putendl_fd/test2.c index 2e3edbd..ca82c66 100644 --- a/libft/tests/mandatory/putendl_fd/test2.c +++ b/libft/tests/mandatory/putendl_fd/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 10:29:58 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:38 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test20.c b/libft/tests/mandatory/putendl_fd/test20.c index b36575a..ac7cbad 100644 --- a/libft/tests/mandatory/putendl_fd/test20.c +++ b/libft/tests/mandatory/putendl_fd/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:26:00 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:38 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test3.c b/libft/tests/mandatory/putendl_fd/test3.c index e1a9b21..b54accb 100644 --- a/libft/tests/mandatory/putendl_fd/test3.c +++ b/libft/tests/mandatory/putendl_fd/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:56:26 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:38 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test4.c b/libft/tests/mandatory/putendl_fd/test4.c index 5b9cc87..6d269e8 100644 --- a/libft/tests/mandatory/putendl_fd/test4.c +++ b/libft/tests/mandatory/putendl_fd/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:26:15 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:39 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test5.c b/libft/tests/mandatory/putendl_fd/test5.c index 5a2e395..3a91711 100644 --- a/libft/tests/mandatory/putendl_fd/test5.c +++ b/libft/tests/mandatory/putendl_fd/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:26:22 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:39 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test6.c b/libft/tests/mandatory/putendl_fd/test6.c index 4629b30..56fd8dc 100644 --- a/libft/tests/mandatory/putendl_fd/test6.c +++ b/libft/tests/mandatory/putendl_fd/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:58:42 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:39 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test7.c b/libft/tests/mandatory/putendl_fd/test7.c index a75dea7..146cfc9 100644 --- a/libft/tests/mandatory/putendl_fd/test7.c +++ b/libft/tests/mandatory/putendl_fd/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:26:32 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:40 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test8.c b/libft/tests/mandatory/putendl_fd/test8.c index 6d7f517..205328e 100644 --- a/libft/tests/mandatory/putendl_fd/test8.c +++ b/libft/tests/mandatory/putendl_fd/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:26:37 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:40 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putendl_fd/test9.c b/libft/tests/mandatory/putendl_fd/test9.c index a3fbd94..684e395 100644 --- a/libft/tests/mandatory/putendl_fd/test9.c +++ b/libft/tests/mandatory/putendl_fd/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:57:55 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:40 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test1.c b/libft/tests/mandatory/putnbr_fd/test1.c index c1778a7..cbbcf9a 100644 --- a/libft/tests/mandatory/putnbr_fd/test1.c +++ b/libft/tests/mandatory/putnbr_fd/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:27:28 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test10.c b/libft/tests/mandatory/putnbr_fd/test10.c index 7ce9ec1..b7e96c9 100644 --- a/libft/tests/mandatory/putnbr_fd/test10.c +++ b/libft/tests/mandatory/putnbr_fd/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:24:47 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:41 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test11.c b/libft/tests/mandatory/putnbr_fd/test11.c index a5d0282..b4575ff 100644 --- a/libft/tests/mandatory/putnbr_fd/test11.c +++ b/libft/tests/mandatory/putnbr_fd/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:16:50 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:41 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test12.c b/libft/tests/mandatory/putnbr_fd/test12.c index cf98448..5b418ec 100644 --- a/libft/tests/mandatory/putnbr_fd/test12.c +++ b/libft/tests/mandatory/putnbr_fd/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:16:56 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:41 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test13.c b/libft/tests/mandatory/putnbr_fd/test13.c index c2e4437..d43a20e 100644 --- a/libft/tests/mandatory/putnbr_fd/test13.c +++ b/libft/tests/mandatory/putnbr_fd/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:17:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:42 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test14.c b/libft/tests/mandatory/putnbr_fd/test14.c index 093b2c8..7ab1bf6 100644 --- a/libft/tests/mandatory/putnbr_fd/test14.c +++ b/libft/tests/mandatory/putnbr_fd/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:17:05 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:42 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test15.c b/libft/tests/mandatory/putnbr_fd/test15.c index 474e7c2..6c09d2e 100644 --- a/libft/tests/mandatory/putnbr_fd/test15.c +++ b/libft/tests/mandatory/putnbr_fd/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:17:09 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test16.c b/libft/tests/mandatory/putnbr_fd/test16.c index 060537c..c98accc 100644 --- a/libft/tests/mandatory/putnbr_fd/test16.c +++ b/libft/tests/mandatory/putnbr_fd/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:17:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test17.c b/libft/tests/mandatory/putnbr_fd/test17.c index a7687a5..5dbc187 100644 --- a/libft/tests/mandatory/putnbr_fd/test17.c +++ b/libft/tests/mandatory/putnbr_fd/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:28:09 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:43 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test18.c b/libft/tests/mandatory/putnbr_fd/test18.c index aa83cdf..3b8a9d1 100644 --- a/libft/tests/mandatory/putnbr_fd/test18.c +++ b/libft/tests/mandatory/putnbr_fd/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:28:18 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test19.c b/libft/tests/mandatory/putnbr_fd/test19.c index 5b104bb..df9bb64 100644 --- a/libft/tests/mandatory/putnbr_fd/test19.c +++ b/libft/tests/mandatory/putnbr_fd/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:24:47 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test2.c b/libft/tests/mandatory/putnbr_fd/test2.c index c66305d..2be4511 100644 --- a/libft/tests/mandatory/putnbr_fd/test2.c +++ b/libft/tests/mandatory/putnbr_fd/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:08:54 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test20.c b/libft/tests/mandatory/putnbr_fd/test20.c index a3ed064..c25a6e4 100644 --- a/libft/tests/mandatory/putnbr_fd/test20.c +++ b/libft/tests/mandatory/putnbr_fd/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:23:52 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test3.c b/libft/tests/mandatory/putnbr_fd/test3.c index b1cb283..7e83c7f 100644 --- a/libft/tests/mandatory/putnbr_fd/test3.c +++ b/libft/tests/mandatory/putnbr_fd/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:09:03 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test4.c b/libft/tests/mandatory/putnbr_fd/test4.c index cf30f55..3fb26df 100644 --- a/libft/tests/mandatory/putnbr_fd/test4.c +++ b/libft/tests/mandatory/putnbr_fd/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:09:11 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test5.c b/libft/tests/mandatory/putnbr_fd/test5.c index 10100ef..8cacee8 100644 --- a/libft/tests/mandatory/putnbr_fd/test5.c +++ b/libft/tests/mandatory/putnbr_fd/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:09:24 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test6.c b/libft/tests/mandatory/putnbr_fd/test6.c index 44d3612..b114a8e 100644 --- a/libft/tests/mandatory/putnbr_fd/test6.c +++ b/libft/tests/mandatory/putnbr_fd/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:10:58 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test7.c b/libft/tests/mandatory/putnbr_fd/test7.c index c11a876..8c21c3a 100644 --- a/libft/tests/mandatory/putnbr_fd/test7.c +++ b/libft/tests/mandatory/putnbr_fd/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:24:47 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test8.c b/libft/tests/mandatory/putnbr_fd/test8.c index 7f2a298..7047e3e 100644 --- a/libft/tests/mandatory/putnbr_fd/test8.c +++ b/libft/tests/mandatory/putnbr_fd/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:24:47 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putnbr_fd/test9.c b/libft/tests/mandatory/putnbr_fd/test9.c index 96c7f43..0309f35 100644 --- a/libft/tests/mandatory/putnbr_fd/test9.c +++ b/libft/tests/mandatory/putnbr_fd/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 21:24:47 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test1.c b/libft/tests/mandatory/putstr_fd/test1.c index d68ad60..21bf906 100644 --- a/libft/tests/mandatory/putstr_fd/test1.c +++ b/libft/tests/mandatory/putstr_fd/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:09:09 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:14:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test10.c b/libft/tests/mandatory/putstr_fd/test10.c index ef98c14..3e6e133 100644 --- a/libft/tests/mandatory/putstr_fd/test10.c +++ b/libft/tests/mandatory/putstr_fd/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:01:36 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test11.c b/libft/tests/mandatory/putstr_fd/test11.c index 7d2a1f8..57258b1 100644 --- a/libft/tests/mandatory/putstr_fd/test11.c +++ b/libft/tests/mandatory/putstr_fd/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:02:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test12.c b/libft/tests/mandatory/putstr_fd/test12.c index 1f7ebf0..a14d56f 100644 --- a/libft/tests/mandatory/putstr_fd/test12.c +++ b/libft/tests/mandatory/putstr_fd/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:02:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test13.c b/libft/tests/mandatory/putstr_fd/test13.c index d2b3a18..168499b 100644 --- a/libft/tests/mandatory/putstr_fd/test13.c +++ b/libft/tests/mandatory/putstr_fd/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:02:29 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test14.c b/libft/tests/mandatory/putstr_fd/test14.c index cba33bc..6319525 100644 --- a/libft/tests/mandatory/putstr_fd/test14.c +++ b/libft/tests/mandatory/putstr_fd/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:07:00 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test15.c b/libft/tests/mandatory/putstr_fd/test15.c index ff7a52f..bfefe0b 100644 --- a/libft/tests/mandatory/putstr_fd/test15.c +++ b/libft/tests/mandatory/putstr_fd/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:07:58 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test16.c b/libft/tests/mandatory/putstr_fd/test16.c index 0b5e541..1f40058 100644 --- a/libft/tests/mandatory/putstr_fd/test16.c +++ b/libft/tests/mandatory/putstr_fd/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:07:56 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test17.c b/libft/tests/mandatory/putstr_fd/test17.c index 9d88bbd..afdb545 100644 --- a/libft/tests/mandatory/putstr_fd/test17.c +++ b/libft/tests/mandatory/putstr_fd/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:07:53 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:10:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test18.c b/libft/tests/mandatory/putstr_fd/test18.c index 8c14810..11bd1dd 100644 --- a/libft/tests/mandatory/putstr_fd/test18.c +++ b/libft/tests/mandatory/putstr_fd/test18.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test18.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:08:32 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test18.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:14:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test19.c b/libft/tests/mandatory/putstr_fd/test19.c index 9cb676e..0b36b7a 100644 --- a/libft/tests/mandatory/putstr_fd/test19.c +++ b/libft/tests/mandatory/putstr_fd/test19.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:08:48 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test19.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:14:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test2.c b/libft/tests/mandatory/putstr_fd/test2.c index 67af225..465f308 100644 --- a/libft/tests/mandatory/putstr_fd/test2.c +++ b/libft/tests/mandatory/putstr_fd/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/24 10:10:33 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:14:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test20.c b/libft/tests/mandatory/putstr_fd/test20.c index 580c67e..9e9e90d 100644 --- a/libft/tests/mandatory/putstr_fd/test20.c +++ b/libft/tests/mandatory/putstr_fd/test20.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test20.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:09:23 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test20.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:14:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test3.c b/libft/tests/mandatory/putstr_fd/test3.c index 574b0e3..e5eaca4 100644 --- a/libft/tests/mandatory/putstr_fd/test3.c +++ b/libft/tests/mandatory/putstr_fd/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:30:37 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test4.c b/libft/tests/mandatory/putstr_fd/test4.c index 40fd10f..80f3df7 100644 --- a/libft/tests/mandatory/putstr_fd/test4.c +++ b/libft/tests/mandatory/putstr_fd/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:21:46 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test5.c b/libft/tests/mandatory/putstr_fd/test5.c index 81f5dc1..6e89ba5 100644 --- a/libft/tests/mandatory/putstr_fd/test5.c +++ b/libft/tests/mandatory/putstr_fd/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:22:12 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test6.c b/libft/tests/mandatory/putstr_fd/test6.c index 91e68ef..3f5c117 100644 --- a/libft/tests/mandatory/putstr_fd/test6.c +++ b/libft/tests/mandatory/putstr_fd/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:59:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test7.c b/libft/tests/mandatory/putstr_fd/test7.c index 43f3724..c0d1fbd 100644 --- a/libft/tests/mandatory/putstr_fd/test7.c +++ b/libft/tests/mandatory/putstr_fd/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:22:50 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test8.c b/libft/tests/mandatory/putstr_fd/test8.c index c74c8f9..c6dfb7a 100644 --- a/libft/tests/mandatory/putstr_fd/test8.c +++ b/libft/tests/mandatory/putstr_fd/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:23:11 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/putstr_fd/test9.c b/libft/tests/mandatory/putstr_fd/test9.c index a4a903f..777bf68 100644 --- a/libft/tests/mandatory/putstr_fd/test9.c +++ b/libft/tests/mandatory/putstr_fd/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:58:12 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 20:57:40 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:58:12 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test1.c b/libft/tests/mandatory/split/test1.c index 02f7e07..4caef7c 100644 --- a/libft/tests/mandatory/split/test1.c +++ b/libft/tests/mandatory/split/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:49:51 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test10.c b/libft/tests/mandatory/split/test10.c index da22e97..ac636ac 100644 --- a/libft/tests/mandatory/split/test10.c +++ b/libft/tests/mandatory/split/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 01:59:25 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test11.c b/libft/tests/mandatory/split/test11.c index d1582da..dc95c0d 100644 --- a/libft/tests/mandatory/split/test11.c +++ b/libft/tests/mandatory/split/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 02:00:17 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test12.c b/libft/tests/mandatory/split/test12.c index 23dc563..f914715 100644 --- a/libft/tests/mandatory/split/test12.c +++ b/libft/tests/mandatory/split/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 02:37:41 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test13.c b/libft/tests/mandatory/split/test13.c index bd9be6c..39b84bd 100644 --- a/libft/tests/mandatory/split/test13.c +++ b/libft/tests/mandatory/split/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 22:05:18 by djonker \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test14.c b/libft/tests/mandatory/split/test14.c index 9ce1fc6..b7c9d05 100644 --- a/libft/tests/mandatory/split/test14.c +++ b/libft/tests/mandatory/split/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 02:31:50 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test2.c b/libft/tests/mandatory/split/test2.c index 58074a8..61c1706 100644 --- a/libft/tests/mandatory/split/test2.c +++ b/libft/tests/mandatory/split/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 16:02:33 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test3.c b/libft/tests/mandatory/split/test3.c index d502441..23f1222 100644 --- a/libft/tests/mandatory/split/test3.c +++ b/libft/tests/mandatory/split/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:53:58 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test4.c b/libft/tests/mandatory/split/test4.c index 3edf2c0..4558b00 100644 --- a/libft/tests/mandatory/split/test4.c +++ b/libft/tests/mandatory/split/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:54:28 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test5.c b/libft/tests/mandatory/split/test5.c index 359a1b7..d1ceb10 100644 --- a/libft/tests/mandatory/split/test5.c +++ b/libft/tests/mandatory/split/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:55:07 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test6.c b/libft/tests/mandatory/split/test6.c index cc0835c..6431ca9 100644 --- a/libft/tests/mandatory/split/test6.c +++ b/libft/tests/mandatory/split/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:55:40 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test7.c b/libft/tests/mandatory/split/test7.c index 9b1f4ab..f89cb3d 100644 --- a/libft/tests/mandatory/split/test7.c +++ b/libft/tests/mandatory/split/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:55:58 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test8.c b/libft/tests/mandatory/split/test8.c index 64a7379..a82f82d 100644 --- a/libft/tests/mandatory/split/test8.c +++ b/libft/tests/mandatory/split/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:57:23 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/split/test9.c b/libft/tests/mandatory/split/test9.c index 52724b5..ba8826a 100644 --- a/libft/tests/mandatory/split/test9.c +++ b/libft/tests/mandatory/split/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:48:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:57:44 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:48:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strchr/test1.c b/libft/tests/mandatory/strchr/test1.c index 430c203..3817054 100644 --- a/libft/tests/mandatory/strchr/test1.c +++ b/libft/tests/mandatory/strchr/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:38:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 05:56:00 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strchr/test2.c b/libft/tests/mandatory/strchr/test2.c index 29b72ab..8904199 100644 --- a/libft/tests/mandatory/strchr/test2.c +++ b/libft/tests/mandatory/strchr/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:38:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 05:56:32 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strchr/test3.c b/libft/tests/mandatory/strchr/test3.c index 82e4b14..47acc75 100644 --- a/libft/tests/mandatory/strchr/test3.c +++ b/libft/tests/mandatory/strchr/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:38:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 05:57:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strchr/test4.c b/libft/tests/mandatory/strchr/test4.c index bff17d7..f090a0b 100644 --- a/libft/tests/mandatory/strchr/test4.c +++ b/libft/tests/mandatory/strchr/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:38:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 06:02:34 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strchr/test5.c b/libft/tests/mandatory/strchr/test5.c index dd17477..409ed39 100644 --- a/libft/tests/mandatory/strchr/test5.c +++ b/libft/tests/mandatory/strchr/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:38:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 06:18:00 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strchr/test6.c b/libft/tests/mandatory/strchr/test6.c index b93914a..7bb9548 100644 --- a/libft/tests/mandatory/strchr/test6.c +++ b/libft/tests/mandatory/strchr/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:38:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 06:19:49 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strchr/test7.c b/libft/tests/mandatory/strchr/test7.c index 70e9b4d..b22373c 100644 --- a/libft/tests/mandatory/strchr/test7.c +++ b/libft/tests/mandatory/strchr/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:38:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 06:20:41 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:38:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strdup/test1.c b/libft/tests/mandatory/strdup/test1.c index de5a48d..a07331b 100644 --- a/libft/tests/mandatory/strdup/test1.c +++ b/libft/tests/mandatory/strdup/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:54:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 19:44:52 by houtworm ### ########.fr */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:54:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strdup/test2.c b/libft/tests/mandatory/strdup/test2.c index 2da18c2..1abcb7e 100644 --- a/libft/tests/mandatory/strdup/test2.c +++ b/libft/tests/mandatory/strdup/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:54:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 19:53:42 by houtworm ### ########.fr */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:54:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strdup/test3.c b/libft/tests/mandatory/strdup/test3.c index a25e1ac..d9e575c 100644 --- a/libft/tests/mandatory/strdup/test3.c +++ b/libft/tests/mandatory/strdup/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:54:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 19:52:44 by houtworm ### ########.fr */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:54:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strdup/test4.c b/libft/tests/mandatory/strdup/test4.c index 1515320..8848680 100644 --- a/libft/tests/mandatory/strdup/test4.c +++ b/libft/tests/mandatory/strdup/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:54:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 19:53:15 by houtworm ### ########.fr */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:54:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strdup/test5.c b/libft/tests/mandatory/strdup/test5.c index 7bb2a75..8df84bb 100644 --- a/libft/tests/mandatory/strdup/test5.c +++ b/libft/tests/mandatory/strdup/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:54:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 19:55:06 by houtworm ### ########.fr */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:54:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strdup/test6.c b/libft/tests/mandatory/strdup/test6.c index b9ed03e..6743def 100644 --- a/libft/tests/mandatory/strdup/test6.c +++ b/libft/tests/mandatory/strdup/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:54:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:00:22 by houtworm ### ########.fr */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:54:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strdup/test7.c b/libft/tests/mandatory/strdup/test7.c index 9fce199..886e7bb 100644 --- a/libft/tests/mandatory/strdup/test7.c +++ b/libft/tests/mandatory/strdup/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:54:36 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 19:56:56 by houtworm ### ########.fr */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:54:36 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test1.c b/libft/tests/mandatory/strjoin/test1.c index e7897a0..da85883 100644 --- a/libft/tests/mandatory/strjoin/test1.c +++ b/libft/tests/mandatory/strjoin/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:20:13 by houtworm ### ########.fr */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test10.c b/libft/tests/mandatory/strjoin/test10.c index 24a50f5..3902c9e 100644 --- a/libft/tests/mandatory/strjoin/test10.c +++ b/libft/tests/mandatory/strjoin/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 13:45:14 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test2.c b/libft/tests/mandatory/strjoin/test2.c index 9f78798..f6b8179 100644 --- a/libft/tests/mandatory/strjoin/test2.c +++ b/libft/tests/mandatory/strjoin/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:23:26 by houtworm ### ########.fr */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:08 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test3.c b/libft/tests/mandatory/strjoin/test3.c index 2d26092..1eed71a 100644 --- a/libft/tests/mandatory/strjoin/test3.c +++ b/libft/tests/mandatory/strjoin/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:24:09 by houtworm ### ########.fr */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test4.c b/libft/tests/mandatory/strjoin/test4.c index 3857eb3..cd3f8e2 100644 --- a/libft/tests/mandatory/strjoin/test4.c +++ b/libft/tests/mandatory/strjoin/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:30:21 by houtworm ### ########.fr */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test5.c b/libft/tests/mandatory/strjoin/test5.c index 0a47c95..6f9f6fc 100644 --- a/libft/tests/mandatory/strjoin/test5.c +++ b/libft/tests/mandatory/strjoin/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:32:16 by houtworm ### ########.fr */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test6.c b/libft/tests/mandatory/strjoin/test6.c index 49a9367..d2bf641 100644 --- a/libft/tests/mandatory/strjoin/test6.c +++ b/libft/tests/mandatory/strjoin/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:27:02 by houtworm ### ########.fr */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:09 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test7.c b/libft/tests/mandatory/strjoin/test7.c index 0dc8773..7dc79ac 100644 --- a/libft/tests/mandatory/strjoin/test7.c +++ b/libft/tests/mandatory/strjoin/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:27:43 by houtworm ### ########.fr */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test8.c b/libft/tests/mandatory/strjoin/test8.c index a6a7a1f..94517f3 100644 --- a/libft/tests/mandatory/strjoin/test8.c +++ b/libft/tests/mandatory/strjoin/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:31:59 by houtworm ### ########.fr */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strjoin/test9.c b/libft/tests/mandatory/strjoin/test9.c index 82a4e12..dec9171 100644 --- a/libft/tests/mandatory/strjoin/test9.c +++ b/libft/tests/mandatory/strjoin/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:53:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/01 20:28:43 by houtworm ### ########.fr */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:53:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:10 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test1.c b/libft/tests/mandatory/strlcat/test1.c index dc83abd..7dbc2b5 100644 --- a/libft/tests/mandatory/strlcat/test1.c +++ b/libft/tests/mandatory/strlcat/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:45:55 by houtworm ### ########.fr */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test10.c b/libft/tests/mandatory/strlcat/test10.c index 96677b6..7c526f1 100644 --- a/libft/tests/mandatory/strlcat/test10.c +++ b/libft/tests/mandatory/strlcat/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 13:58:13 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test11.c b/libft/tests/mandatory/strlcat/test11.c index 41fca19..43275d3 100644 --- a/libft/tests/mandatory/strlcat/test11.c +++ b/libft/tests/mandatory/strlcat/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 13:58:29 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:11 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test2.c b/libft/tests/mandatory/strlcat/test2.c index b19271e..c141cca 100644 --- a/libft/tests/mandatory/strlcat/test2.c +++ b/libft/tests/mandatory/strlcat/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:46:03 by houtworm ### ########.fr */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test3.c b/libft/tests/mandatory/strlcat/test3.c index d303bc2..ce5238c 100644 --- a/libft/tests/mandatory/strlcat/test3.c +++ b/libft/tests/mandatory/strlcat/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:46:09 by houtworm ### ########.fr */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test4.c b/libft/tests/mandatory/strlcat/test4.c index 2b83afe..c4c61cc 100644 --- a/libft/tests/mandatory/strlcat/test4.c +++ b/libft/tests/mandatory/strlcat/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:46:15 by houtworm ### ########.fr */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test5.c b/libft/tests/mandatory/strlcat/test5.c index 53c44e9..9ba4f8e 100644 --- a/libft/tests/mandatory/strlcat/test5.c +++ b/libft/tests/mandatory/strlcat/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:46:19 by houtworm ### ########.fr */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test6.c b/libft/tests/mandatory/strlcat/test6.c index a9c45e2..000a96d 100644 --- a/libft/tests/mandatory/strlcat/test6.c +++ b/libft/tests/mandatory/strlcat/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:46:24 by houtworm ### ########.fr */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test7.c b/libft/tests/mandatory/strlcat/test7.c index a0fa689..2bdc1c5 100644 --- a/libft/tests/mandatory/strlcat/test7.c +++ b/libft/tests/mandatory/strlcat/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:44:24 by houtworm ### ########.fr */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test8.c b/libft/tests/mandatory/strlcat/test8.c index 00ca59d..150ad4d 100644 --- a/libft/tests/mandatory/strlcat/test8.c +++ b/libft/tests/mandatory/strlcat/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:46:29 by houtworm ### ########.fr */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcat/test9.c b/libft/tests/mandatory/strlcat/test9.c index f6bbe9e..00f8d0b 100644 --- a/libft/tests/mandatory/strlcat/test9.c +++ b/libft/tests/mandatory/strlcat/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:52:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 14:46:33 by houtworm ### ########.fr */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:52:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test1.c b/libft/tests/mandatory/strlcpy/test1.c index a38afc6..68c118d 100644 --- a/libft/tests/mandatory/strlcpy/test1.c +++ b/libft/tests/mandatory/strlcpy/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:53:41 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test10.c b/libft/tests/mandatory/strlcpy/test10.c index 875adb8..12834be 100644 --- a/libft/tests/mandatory/strlcpy/test10.c +++ b/libft/tests/mandatory/strlcpy/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:59:46 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:14 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test11.c b/libft/tests/mandatory/strlcpy/test11.c index f02c088..fa5abd3 100644 --- a/libft/tests/mandatory/strlcpy/test11.c +++ b/libft/tests/mandatory/strlcpy/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:06:47 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test12.c b/libft/tests/mandatory/strlcpy/test12.c index e74bdf4..eee0761 100644 --- a/libft/tests/mandatory/strlcpy/test12.c +++ b/libft/tests/mandatory/strlcpy/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:01:55 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test13.c b/libft/tests/mandatory/strlcpy/test13.c index 2288325..1593f07 100644 --- a/libft/tests/mandatory/strlcpy/test13.c +++ b/libft/tests/mandatory/strlcpy/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 14:23:20 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test14.c b/libft/tests/mandatory/strlcpy/test14.c index 21d6866..399efd7 100644 --- a/libft/tests/mandatory/strlcpy/test14.c +++ b/libft/tests/mandatory/strlcpy/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c :+: :+: :+: */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 13:47:02 by houtworm ### ########.fr */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:15 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test2.c b/libft/tests/mandatory/strlcpy/test2.c index 1268710..f1bcc06 100644 --- a/libft/tests/mandatory/strlcpy/test2.c +++ b/libft/tests/mandatory/strlcpy/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:55:20 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test3.c b/libft/tests/mandatory/strlcpy/test3.c index ce20301..c0438b7 100644 --- a/libft/tests/mandatory/strlcpy/test3.c +++ b/libft/tests/mandatory/strlcpy/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:55:35 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:16 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test4.c b/libft/tests/mandatory/strlcpy/test4.c index 0ef54ca..290e42c 100644 --- a/libft/tests/mandatory/strlcpy/test4.c +++ b/libft/tests/mandatory/strlcpy/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:57:01 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test5.c b/libft/tests/mandatory/strlcpy/test5.c index 19f37ed..239eec5 100644 --- a/libft/tests/mandatory/strlcpy/test5.c +++ b/libft/tests/mandatory/strlcpy/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:57:41 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test6.c b/libft/tests/mandatory/strlcpy/test6.c index 65e4135..37e75c9 100644 --- a/libft/tests/mandatory/strlcpy/test6.c +++ b/libft/tests/mandatory/strlcpy/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:58:04 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:17 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test7.c b/libft/tests/mandatory/strlcpy/test7.c index 438c535..8c8b01c 100644 --- a/libft/tests/mandatory/strlcpy/test7.c +++ b/libft/tests/mandatory/strlcpy/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 14:19:01 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test8.c b/libft/tests/mandatory/strlcpy/test8.c index ae21567..d8ede30 100644 --- a/libft/tests/mandatory/strlcpy/test8.c +++ b/libft/tests/mandatory/strlcpy/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:58:52 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlcpy/test9.c b/libft/tests/mandatory/strlcpy/test9.c index 20aecdf..1d53dde 100644 --- a/libft/tests/mandatory/strlcpy/test9.c +++ b/libft/tests/mandatory/strlcpy/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:51:24 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 03:59:19 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:51:24 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test1.c b/libft/tests/mandatory/strlen/test1.c index 118465c..e1b0ccf 100644 --- a/libft/tests/mandatory/strlen/test1.c +++ b/libft/tests/mandatory/strlen/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:43:15 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test2.c b/libft/tests/mandatory/strlen/test2.c index 25df726..8e89dd6 100644 --- a/libft/tests/mandatory/strlen/test2.c +++ b/libft/tests/mandatory/strlen/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:43:48 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test3.c b/libft/tests/mandatory/strlen/test3.c index 0caaea1..371a202 100644 --- a/libft/tests/mandatory/strlen/test3.c +++ b/libft/tests/mandatory/strlen/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:48:06 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:19 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test4.c b/libft/tests/mandatory/strlen/test4.c index 0d376c9..9c45aa7 100644 --- a/libft/tests/mandatory/strlen/test4.c +++ b/libft/tests/mandatory/strlen/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:44:46 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test5.c b/libft/tests/mandatory/strlen/test5.c index f72d13d..7d7a6f2 100644 --- a/libft/tests/mandatory/strlen/test5.c +++ b/libft/tests/mandatory/strlen/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:44:59 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test6.c b/libft/tests/mandatory/strlen/test6.c index ac8a3fb..335840d 100644 --- a/libft/tests/mandatory/strlen/test6.c +++ b/libft/tests/mandatory/strlen/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:45:10 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:20 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test7.c b/libft/tests/mandatory/strlen/test7.c index 8b07194..1e5d906 100644 --- a/libft/tests/mandatory/strlen/test7.c +++ b/libft/tests/mandatory/strlen/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:45:24 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strlen/test8.c b/libft/tests/mandatory/strlen/test8.c index 68acb7e..5ac2539 100644 --- a/libft/tests/mandatory/strlen/test8.c +++ b/libft/tests/mandatory/strlen/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:44:16 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 04:45:45 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:44:16 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strmapi/test1.c b/libft/tests/mandatory/strmapi/test1.c index e564bab..743bd92 100644 --- a/libft/tests/mandatory/strmapi/test1.c +++ b/libft/tests/mandatory/strmapi/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:43:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/23 15:59:43 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:43:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strmapi/test2.c b/libft/tests/mandatory/strmapi/test2.c index f0e679b..18cf74b 100644 --- a/libft/tests/mandatory/strmapi/test2.c +++ b/libft/tests/mandatory/strmapi/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:43:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:06:06 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:43:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:21 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strmapi/test3.c b/libft/tests/mandatory/strmapi/test3.c index e079d20..6441339 100644 --- a/libft/tests/mandatory/strmapi/test3.c +++ b/libft/tests/mandatory/strmapi/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:43:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:06:47 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:43:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strmapi/test4.c b/libft/tests/mandatory/strmapi/test4.c index ea8abbf..3fd2caf 100644 --- a/libft/tests/mandatory/strmapi/test4.c +++ b/libft/tests/mandatory/strmapi/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:43:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:10:46 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:43:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strmapi/test5.c b/libft/tests/mandatory/strmapi/test5.c index a19bfeb..8f88682 100644 --- a/libft/tests/mandatory/strmapi/test5.c +++ b/libft/tests/mandatory/strmapi/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:43:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:04:20 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:43:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:22 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strmapi/test6.c b/libft/tests/mandatory/strmapi/test6.c index 9e31141..715460a 100644 --- a/libft/tests/mandatory/strmapi/test6.c +++ b/libft/tests/mandatory/strmapi/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:43:27 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:04:20 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:43:27 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test1.c b/libft/tests/mandatory/strncmp/test1.c index 7d8e77b..db8f1b3 100644 --- a/libft/tests/mandatory/strncmp/test1.c +++ b/libft/tests/mandatory/strncmp/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:17:29 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test10.c b/libft/tests/mandatory/strncmp/test10.c index 4312626..825ca09 100644 --- a/libft/tests/mandatory/strncmp/test10.c +++ b/libft/tests/mandatory/strncmp/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:28:15 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test11.c b/libft/tests/mandatory/strncmp/test11.c index 575d234..1f865c9 100644 --- a/libft/tests/mandatory/strncmp/test11.c +++ b/libft/tests/mandatory/strncmp/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:23:48 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:23 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test12.c b/libft/tests/mandatory/strncmp/test12.c index 98ee5e5..f07121b 100644 --- a/libft/tests/mandatory/strncmp/test12.c +++ b/libft/tests/mandatory/strncmp/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 14:26:37 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test13.c b/libft/tests/mandatory/strncmp/test13.c index 83acd84..988b433 100644 --- a/libft/tests/mandatory/strncmp/test13.c +++ b/libft/tests/mandatory/strncmp/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 14:26:53 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test14.c b/libft/tests/mandatory/strncmp/test14.c index 78ed609..84c4f70 100644 --- a/libft/tests/mandatory/strncmp/test14.c +++ b/libft/tests/mandatory/strncmp/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:24:38 by djonker \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:24 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test2.c b/libft/tests/mandatory/strncmp/test2.c index 9b67b06..04b0355 100644 --- a/libft/tests/mandatory/strncmp/test2.c +++ b/libft/tests/mandatory/strncmp/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:17:19 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test3.c b/libft/tests/mandatory/strncmp/test3.c index c049cf4..1967252 100644 --- a/libft/tests/mandatory/strncmp/test3.c +++ b/libft/tests/mandatory/strncmp/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:20:09 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:25 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test4.c b/libft/tests/mandatory/strncmp/test4.c index 8a68edf..ec75fd9 100644 --- a/libft/tests/mandatory/strncmp/test4.c +++ b/libft/tests/mandatory/strncmp/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:20:35 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test5.c b/libft/tests/mandatory/strncmp/test5.c index 301749c..5d28256 100644 --- a/libft/tests/mandatory/strncmp/test5.c +++ b/libft/tests/mandatory/strncmp/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:27:06 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:26 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test6.c b/libft/tests/mandatory/strncmp/test6.c index 2f31fb7..58570b0 100644 --- a/libft/tests/mandatory/strncmp/test6.c +++ b/libft/tests/mandatory/strncmp/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:27:14 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:15:34 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test7.c b/libft/tests/mandatory/strncmp/test7.c index 482e8c2..a327f96 100644 --- a/libft/tests/mandatory/strncmp/test7.c +++ b/libft/tests/mandatory/strncmp/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 12:01:18 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:12 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test8.c b/libft/tests/mandatory/strncmp/test8.c index 7105bc8..a47963d 100644 --- a/libft/tests/mandatory/strncmp/test8.c +++ b/libft/tests/mandatory/strncmp/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:21:52 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strncmp/test9.c b/libft/tests/mandatory/strncmp/test9.c index b461416..c9d5148 100644 --- a/libft/tests/mandatory/strncmp/test9.c +++ b/libft/tests/mandatory/strncmp/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:42:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:27:29 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:42:46 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:13 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test1.c b/libft/tests/mandatory/strnstr/test1.c index 2576d57..3c83ffd 100644 --- a/libft/tests/mandatory/strnstr/test1.c +++ b/libft/tests/mandatory/strnstr/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:48:54 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test10.c b/libft/tests/mandatory/strnstr/test10.c index b2f35d5..0186f86 100644 --- a/libft/tests/mandatory/strnstr/test10.c +++ b/libft/tests/mandatory/strnstr/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:10:49 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:18 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test11.c b/libft/tests/mandatory/strnstr/test11.c index 5230ad6..74047a9 100644 --- a/libft/tests/mandatory/strnstr/test11.c +++ b/libft/tests/mandatory/strnstr/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:16:01 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test12.c b/libft/tests/mandatory/strnstr/test12.c index 7b2ca04..e582933 100644 --- a/libft/tests/mandatory/strnstr/test12.c +++ b/libft/tests/mandatory/strnstr/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:24:26 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test13.c b/libft/tests/mandatory/strnstr/test13.c index 21eebcf..4f87f17 100644 --- a/libft/tests/mandatory/strnstr/test13.c +++ b/libft/tests/mandatory/strnstr/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:24:56 by djonker \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:44 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test14.c b/libft/tests/mandatory/strnstr/test14.c index d8e0a59..49626bb 100644 --- a/libft/tests/mandatory/strnstr/test14.c +++ b/libft/tests/mandatory/strnstr/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:15:47 by djonker \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test15.c b/libft/tests/mandatory/strnstr/test15.c index b4d58c4..c4dc08c 100644 --- a/libft/tests/mandatory/strnstr/test15.c +++ b/libft/tests/mandatory/strnstr/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:15:44 by djonker \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test16.c b/libft/tests/mandatory/strnstr/test16.c index 633bc58..f5cfd36 100644 --- a/libft/tests/mandatory/strnstr/test16.c +++ b/libft/tests/mandatory/strnstr/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:15:39 by djonker \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:45 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test2.c b/libft/tests/mandatory/strnstr/test2.c index 20f1653..e92ad0b 100644 --- a/libft/tests/mandatory/strnstr/test2.c +++ b/libft/tests/mandatory/strnstr/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 05:57:00 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test3.c b/libft/tests/mandatory/strnstr/test3.c index a973b23..b05f382 100644 --- a/libft/tests/mandatory/strnstr/test3.c +++ b/libft/tests/mandatory/strnstr/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:00:21 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test4.c b/libft/tests/mandatory/strnstr/test4.c index 98e840c..dadcc61 100644 --- a/libft/tests/mandatory/strnstr/test4.c +++ b/libft/tests/mandatory/strnstr/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:15:32 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:46 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test5.c b/libft/tests/mandatory/strnstr/test5.c index 63d1915..c9b1171 100644 --- a/libft/tests/mandatory/strnstr/test5.c +++ b/libft/tests/mandatory/strnstr/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:03:00 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test6.c b/libft/tests/mandatory/strnstr/test6.c index 9f151db..a0811fd 100644 --- a/libft/tests/mandatory/strnstr/test6.c +++ b/libft/tests/mandatory/strnstr/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:03:28 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test7.c b/libft/tests/mandatory/strnstr/test7.c index 4c310de..473d940 100644 --- a/libft/tests/mandatory/strnstr/test7.c +++ b/libft/tests/mandatory/strnstr/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:15:20 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:47 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test8.c b/libft/tests/mandatory/strnstr/test8.c index 0a46bb5..39f71ce 100644 --- a/libft/tests/mandatory/strnstr/test8.c +++ b/libft/tests/mandatory/strnstr/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:07:27 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strnstr/test9.c b/libft/tests/mandatory/strnstr/test9.c index 09f683e..ddd822f 100644 --- a/libft/tests/mandatory/strnstr/test9.c +++ b/libft/tests/mandatory/strnstr/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:40:21 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:07:55 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:40:21 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test1.c b/libft/tests/mandatory/strrchr/test1.c index fbc0003..09ac0bb 100644 --- a/libft/tests/mandatory/strrchr/test1.c +++ b/libft/tests/mandatory/strrchr/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 07:44:30 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:48 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test2.c b/libft/tests/mandatory/strrchr/test2.c index e887466..cbfd075 100644 --- a/libft/tests/mandatory/strrchr/test2.c +++ b/libft/tests/mandatory/strrchr/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:54:54 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test3.c b/libft/tests/mandatory/strrchr/test3.c index 78ea556..335b25a 100644 --- a/libft/tests/mandatory/strrchr/test3.c +++ b/libft/tests/mandatory/strrchr/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:55:03 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test4.c b/libft/tests/mandatory/strrchr/test4.c index a61367a..8257af6 100644 --- a/libft/tests/mandatory/strrchr/test4.c +++ b/libft/tests/mandatory/strrchr/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 14:47:15 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:49 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test5.c b/libft/tests/mandatory/strrchr/test5.c index 97a676d..58e72d8 100644 --- a/libft/tests/mandatory/strrchr/test5.c +++ b/libft/tests/mandatory/strrchr/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:57:00 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test6.c b/libft/tests/mandatory/strrchr/test6.c index 9912214..a29b6da 100644 --- a/libft/tests/mandatory/strrchr/test6.c +++ b/libft/tests/mandatory/strrchr/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:03:23 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test7.c b/libft/tests/mandatory/strrchr/test7.c index 61c6991..92ce0f5 100644 --- a/libft/tests/mandatory/strrchr/test7.c +++ b/libft/tests/mandatory/strrchr/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/03 14:56:11 by houtworm \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:50 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strrchr/test8.c b/libft/tests/mandatory/strrchr/test8.c index 7a09ce7..dd67206 100644 --- a/libft/tests/mandatory/strrchr/test8.c +++ b/libft/tests/mandatory/strrchr/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:56:39 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:57:53 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:56:39 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test1.c b/libft/tests/mandatory/strtrim/test1.c index 6655492..8af5040 100644 --- a/libft/tests/mandatory/strtrim/test1.c +++ b/libft/tests/mandatory/strtrim/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:39:17 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test10.c b/libft/tests/mandatory/strtrim/test10.c index 9a8d44b..ab3443b 100644 --- a/libft/tests/mandatory/strtrim/test10.c +++ b/libft/tests/mandatory/strtrim/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:48:34 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test11.c b/libft/tests/mandatory/strtrim/test11.c index 0761eba..b6e6950 100644 --- a/libft/tests/mandatory/strtrim/test11.c +++ b/libft/tests/mandatory/strtrim/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test13.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:48:46 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test12.c b/libft/tests/mandatory/strtrim/test12.c index 7bc3237..f7d0edd 100644 --- a/libft/tests/mandatory/strtrim/test12.c +++ b/libft/tests/mandatory/strtrim/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test14.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:49:59 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:51 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test13.c b/libft/tests/mandatory/strtrim/test13.c index 97ae30c..bac6b14 100644 --- a/libft/tests/mandatory/strtrim/test13.c +++ b/libft/tests/mandatory/strtrim/test13.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test15.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:50:24 by djonker \___)=(___/ */ +/* :::::::: */ +/* test13.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test14.c b/libft/tests/mandatory/strtrim/test14.c index cd64c6a..65d5e9e 100644 --- a/libft/tests/mandatory/strtrim/test14.c +++ b/libft/tests/mandatory/strtrim/test14.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:50:46 by djonker \___)=(___/ */ +/* :::::::: */ +/* test14.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test15.c b/libft/tests/mandatory/strtrim/test15.c index c9c53cc..fd65cc7 100644 --- a/libft/tests/mandatory/strtrim/test15.c +++ b/libft/tests/mandatory/strtrim/test15.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test17.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:51:02 by djonker \___)=(___/ */ +/* :::::::: */ +/* test15.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:52 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test16.c b/libft/tests/mandatory/strtrim/test16.c index 4955784..e45b0b6 100644 --- a/libft/tests/mandatory/strtrim/test16.c +++ b/libft/tests/mandatory/strtrim/test16.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test16.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:53:07 by djonker \___)=(___/ */ +/* :::::::: */ +/* test16.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test17.c b/libft/tests/mandatory/strtrim/test17.c index 11461cb..75a5d17 100644 --- a/libft/tests/mandatory/strtrim/test17.c +++ b/libft/tests/mandatory/strtrim/test17.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test19.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:52:40 by djonker \___)=(___/ */ +/* :::::::: */ +/* test17.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:53 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test2.c b/libft/tests/mandatory/strtrim/test2.c index f7fa8a2..001b2f2 100644 --- a/libft/tests/mandatory/strtrim/test2.c +++ b/libft/tests/mandatory/strtrim/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:44:48 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test3.c b/libft/tests/mandatory/strtrim/test3.c index 1cd47be..7d768ea 100644 --- a/libft/tests/mandatory/strtrim/test3.c +++ b/libft/tests/mandatory/strtrim/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:44:57 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test4.c b/libft/tests/mandatory/strtrim/test4.c index ee809d8..1bc226c 100644 --- a/libft/tests/mandatory/strtrim/test4.c +++ b/libft/tests/mandatory/strtrim/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:45:19 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:54 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test5.c b/libft/tests/mandatory/strtrim/test5.c index b2e046c..36fa00c 100644 --- a/libft/tests/mandatory/strtrim/test5.c +++ b/libft/tests/mandatory/strtrim/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:45:38 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test6.c b/libft/tests/mandatory/strtrim/test6.c index 54a5a97..155f408 100644 --- a/libft/tests/mandatory/strtrim/test6.c +++ b/libft/tests/mandatory/strtrim/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 07:45:55 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test7.c b/libft/tests/mandatory/strtrim/test7.c index da3578e..78e5a08 100644 --- a/libft/tests/mandatory/strtrim/test7.c +++ b/libft/tests/mandatory/strtrim/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 09:50:14 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test8.c b/libft/tests/mandatory/strtrim/test8.c index df6d8f6..404d9ce 100644 --- a/libft/tests/mandatory/strtrim/test8.c +++ b/libft/tests/mandatory/strtrim/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 09:50:16 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:55 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/strtrim/test9.c b/libft/tests/mandatory/strtrim/test9.c index ce34e5f..9f1d328 100644 --- a/libft/tests/mandatory/strtrim/test9.c +++ b/libft/tests/mandatory/strtrim/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:37:38 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 09:50:19 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:37:38 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test1.c b/libft/tests/mandatory/substr/test1.c index c463d78..e9d9bbc 100644 --- a/libft/tests/mandatory/substr/test1.c +++ b/libft/tests/mandatory/substr/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:43:45 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test10.c b/libft/tests/mandatory/substr/test10.c index 07d9d72..aa91a57 100644 --- a/libft/tests/mandatory/substr/test10.c +++ b/libft/tests/mandatory/substr/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:49:15 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test11.c b/libft/tests/mandatory/substr/test11.c index de90206..404adde 100644 --- a/libft/tests/mandatory/substr/test11.c +++ b/libft/tests/mandatory/substr/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:57:59 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:56 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test12.c b/libft/tests/mandatory/substr/test12.c index 90801f9..a32e9dc 100644 --- a/libft/tests/mandatory/substr/test12.c +++ b/libft/tests/mandatory/substr/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:50:33 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test2.c b/libft/tests/mandatory/substr/test2.c index 374c4a1..d9f5ebc 100644 --- a/libft/tests/mandatory/substr/test2.c +++ b/libft/tests/mandatory/substr/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:45:15 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:57 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test3.c b/libft/tests/mandatory/substr/test3.c index 7e6585f..f213566 100644 --- a/libft/tests/mandatory/substr/test3.c +++ b/libft/tests/mandatory/substr/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:54:11 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test4.c b/libft/tests/mandatory/substr/test4.c index 20342c4..03d7e41 100644 --- a/libft/tests/mandatory/substr/test4.c +++ b/libft/tests/mandatory/substr/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:54:35 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test5.c b/libft/tests/mandatory/substr/test5.c index aa671b7..8bdaa6a 100644 --- a/libft/tests/mandatory/substr/test5.c +++ b/libft/tests/mandatory/substr/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:57:19 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:58 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test6.c b/libft/tests/mandatory/substr/test6.c index 970e580..021c520 100644 --- a/libft/tests/mandatory/substr/test6.c +++ b/libft/tests/mandatory/substr/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:47:10 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test7.c b/libft/tests/mandatory/substr/test7.c index 112ed32..28b363e 100644 --- a/libft/tests/mandatory/substr/test7.c +++ b/libft/tests/mandatory/substr/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:47:26 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test8.c b/libft/tests/mandatory/substr/test8.c index 2a18b4e..8b5e303 100644 --- a/libft/tests/mandatory/substr/test8.c +++ b/libft/tests/mandatory/substr/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:48:34 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:16:59 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/substr/test9.c b/libft/tests/mandatory/substr/test9.c index 0e26deb..9633537 100644 --- a/libft/tests/mandatory/substr/test9.c +++ b/libft/tests/mandatory/substr/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:36:13 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 10:57:35 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:36:13 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test1.c b/libft/tests/mandatory/tolower/test1.c index 278c28b..49d1cb2 100644 --- a/libft/tests/mandatory/tolower/test1.c +++ b/libft/tests/mandatory/tolower/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test1.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 07:39:47 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:01 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test10.c b/libft/tests/mandatory/tolower/test10.c index ba13d13..c22f9a9 100644 --- a/libft/tests/mandatory/tolower/test10.c +++ b/libft/tests/mandatory/tolower/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:39:27 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test11.c b/libft/tests/mandatory/tolower/test11.c index 0c361c2..2240e8d 100644 --- a/libft/tests/mandatory/tolower/test11.c +++ b/libft/tests/mandatory/tolower/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:39:38 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test12.c b/libft/tests/mandatory/tolower/test12.c index 41baae3..7e54667 100644 --- a/libft/tests/mandatory/tolower/test12.c +++ b/libft/tests/mandatory/tolower/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:40:10 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:00 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test2.c b/libft/tests/mandatory/tolower/test2.c index 0d2e5a6..5428547 100644 --- a/libft/tests/mandatory/tolower/test2.c +++ b/libft/tests/mandatory/tolower/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:40:25 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:01 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test3.c b/libft/tests/mandatory/tolower/test3.c index 1815f99..101887b 100644 --- a/libft/tests/mandatory/tolower/test3.c +++ b/libft/tests/mandatory/tolower/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:40:37 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:01 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test4.c b/libft/tests/mandatory/tolower/test4.c index 448d8aa..2a21312 100644 --- a/libft/tests/mandatory/tolower/test4.c +++ b/libft/tests/mandatory/tolower/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:41:05 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test5.c b/libft/tests/mandatory/tolower/test5.c index 218cddb..776607f 100644 --- a/libft/tests/mandatory/tolower/test5.c +++ b/libft/tests/mandatory/tolower/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:41:14 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test6.c b/libft/tests/mandatory/tolower/test6.c index b946417..e251cc1 100644 --- a/libft/tests/mandatory/tolower/test6.c +++ b/libft/tests/mandatory/tolower/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:41:27 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:02 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test7.c b/libft/tests/mandatory/tolower/test7.c index edb72a5..40efd2c 100644 --- a/libft/tests/mandatory/tolower/test7.c +++ b/libft/tests/mandatory/tolower/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:41:36 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test8.c b/libft/tests/mandatory/tolower/test8.c index ac89bc5..f1ba8a7 100644 --- a/libft/tests/mandatory/tolower/test8.c +++ b/libft/tests/mandatory/tolower/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:41:48 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/tolower/test9.c b/libft/tests/mandatory/tolower/test9.c index 2890e8f..6c22eec 100644 --- a/libft/tests/mandatory/tolower/test9.c +++ b/libft/tests/mandatory/tolower/test9.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:35:02 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:41:56 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:35:02 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:03 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test1.c b/libft/tests/mandatory/toupper/test1.c index 4b0c665..cf0d56f 100644 --- a/libft/tests/mandatory/toupper/test1.c +++ b/libft/tests/mandatory/toupper/test1.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* testtoupper.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/02/22 06:51:09 by djonker \___)=(___/ */ +/* :::::::: */ +/* test1.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test10.c b/libft/tests/mandatory/toupper/test10.c index 34caa0e..b2ec92e 100644 --- a/libft/tests/mandatory/toupper/test10.c +++ b/libft/tests/mandatory/toupper/test10.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test10.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:36:42 by djonker \___)=(___/ */ +/* :::::::: */ +/* test10.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test11.c b/libft/tests/mandatory/toupper/test11.c index cd7efe5..a1a3f51 100644 --- a/libft/tests/mandatory/toupper/test11.c +++ b/libft/tests/mandatory/toupper/test11.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test11.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:36:53 by djonker \___)=(___/ */ +/* :::::::: */ +/* test11.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test12.c b/libft/tests/mandatory/toupper/test12.c index cd83e15..8a29c92 100644 --- a/libft/tests/mandatory/toupper/test12.c +++ b/libft/tests/mandatory/toupper/test12.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test12.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:37:10 by djonker \___)=(___/ */ +/* :::::::: */ +/* test12.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:04 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test2.c b/libft/tests/mandatory/toupper/test2.c index 7829f0c..6653638 100644 --- a/libft/tests/mandatory/toupper/test2.c +++ b/libft/tests/mandatory/toupper/test2.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test2.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:37:23 by djonker \___)=(___/ */ +/* :::::::: */ +/* test2.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test3.c b/libft/tests/mandatory/toupper/test3.c index 47ca154..ed02434 100644 --- a/libft/tests/mandatory/toupper/test3.c +++ b/libft/tests/mandatory/toupper/test3.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test3.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:37:33 by djonker \___)=(___/ */ +/* :::::::: */ +/* test3.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test4.c b/libft/tests/mandatory/toupper/test4.c index 1db737e..84fdf4c 100644 --- a/libft/tests/mandatory/toupper/test4.c +++ b/libft/tests/mandatory/toupper/test4.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test4.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:37:45 by djonker \___)=(___/ */ +/* :::::::: */ +/* test4.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:05 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test5.c b/libft/tests/mandatory/toupper/test5.c index 6fb36c3..f54eaa9 100644 --- a/libft/tests/mandatory/toupper/test5.c +++ b/libft/tests/mandatory/toupper/test5.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test5.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:37:57 by djonker \___)=(___/ */ +/* :::::::: */ +/* test5.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test6.c b/libft/tests/mandatory/toupper/test6.c index dbf744b..8f91ec6 100644 --- a/libft/tests/mandatory/toupper/test6.c +++ b/libft/tests/mandatory/toupper/test6.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test6.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:38:09 by djonker \___)=(___/ */ +/* :::::::: */ +/* test6.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test7.c b/libft/tests/mandatory/toupper/test7.c index a875696..88d172d 100644 --- a/libft/tests/mandatory/toupper/test7.c +++ b/libft/tests/mandatory/toupper/test7.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test7.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:38:22 by djonker \___)=(___/ */ +/* :::::::: */ +/* test7.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:06 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test8.c b/libft/tests/mandatory/toupper/test8.c index 2f0e87c..09c84c2 100644 --- a/libft/tests/mandatory/toupper/test8.c +++ b/libft/tests/mandatory/toupper/test8.c @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test8.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:38:33 by djonker \___)=(___/ */ +/* :::::::: */ +/* test8.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:07 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ diff --git a/libft/tests/mandatory/toupper/test9.c b/libft/tests/mandatory/toupper/test9.c index 56f6df9..f31442d 100644 --- a/libft/tests/mandatory/toupper/test9.c +++ b/libft/tests/mandatory/toupper/test9.c @@ -1,17 +1,16 @@ /* ************************************************************************** */ /* */ -/* .--. _ */ -/* test9.c |o_o || | */ -/* |:_/ || |_ _ ___ __ */ -/* By: houtworm // \ \ __| | | \ \/ / */ -/* (| | )|_| |_| |> < */ -/* Created: 2023/02/21 02:33:32 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/02 06:38:44 by djonker \___)=(___/ */ +/* :::::::: */ +/* test9.c :+: :+: */ +/* +:+ */ +/* By: houtworm +#+ */ +/* +#+ */ +/* Created: 2023/02/21 02:33:32 by houtworm #+# #+# */ +/* Updated: 2023/10/18 17:17:28 by houtworm ######## odam.nl */ /* */ /* ************************************************************************** */ #include "../../tmp/libft.h" -#include int main(void) { diff --git a/libft/tests/tmp/binary b/libft/tests/tmp/binary new file mode 100755 index 0000000000000000000000000000000000000000..d3e4d040a7f027484cd476a05008b89a862a4b14 GIT binary patch literal 15304 zcmeHOTWlOx89uv?W2eORHq^mQ44%?Zr2{A6c{{a@W*q@4c^%A)LSn-YT#^ZZ z@W=C6GGhv#6E`r)V{LM_PRKp59hKa5CMRCV@&pHZ1@ zc2;aki5lnLNgK<~{Glh>pZ(B}&Z(a2x$HljM-H4C`q^d9;n%@qat=54@rK4RZ1BAk z!8powr3-J)OhXG^ufuTGvEov)PrNpEVNhnroflw~+qr#4Jf zbOO?QM1T6g&ydaQ#c{KAptOhIosWp`yU#pJhhLVie7fO$#(9*xL;E}Be1*R*1GeUM z9DdmK2eqG%ZPpC!m4u(K323h+{Bp`hq3a2M^7y!s@JH7_3}nzKU=%P47zK<1MggOM zQQ-elfj_o?;BU^#?^>P9%~y{oyJ6BzjRi9b@QRg zLSMb_Rp-jlpHf2D@dUB{G-J1Se=*7@|BF1%mFDj-d~_q|prId=q4$J0+Pg1u;+i1k zuSWUze}Un?O=tC{bM+4oI#)NEoXj=n_08Z;8lXo8Xbo@7w0Dnf@p*k0j}|DbmIlr` zD@SkRuCw|^(B@n|dM_Da#|C|tUY`!b@LF>hIWmu~ZLN20W~<-comV{GuV*RuER8|J z5?bWMmoVxntt(7Nlbzj&``wJIZq6j5$ z-lME!taGd^b4@b}7zK<1MggOMQNSo*6fg=H1&jhl0i(dXqX2*Jl{wh-af_zo?~}T2 zhT$g&JKhSzNy0o~K*--!a?3n^MrD?BnS*;dh zqkvK1f2RQI7*V&#Utn@WE$3cs#)Xn?V$Vta<6UB-KJuX0sCzshHtHn#b09aw|GXJi z*se=)BWe~GrKpkXB)Q#?_-)!$mjvG<*eTc{2xyVcundfO>*A-P&!~a__fW5goKfng z*sa2+Z;GS!LMQq-8`&GO-oJ`1%azgJeL(&APBWt(^~C7t$E?FtZG4~AH$auQeO7;O z|3L3>Z{JQ#?dR9OOT87QvslkYe$H#;-%tLGdap{ax0?y7J+2pzOxkfZc1Crmb*XcO z-=R*U`evW}7LpS9bmXVm^9d()KTlgu?N_;!pO3eF**1map3JCynf9EY9_MT1x1x;g zyKj+sM|Qu0{)m2`{p$9ZB!`o_M*f_7pX$sbQ{z_%_Nl$`?>3_U#gOlZv~hlV{XdcX zyX3r${zpT;pVP+cN$0PV-=ZzuvYD-GLo)V$^6$&i*@%K_3EsngTIZO|dpAgdUkirq zX*CnLrP^Y(R1U~+$3A^(uPV~F7skiS=Hhpk))XX^QOd5JUkJP@!l0^g z4n0!NuP!RPTnT)8w!CC7Rx68sH8`JeO)Zt^mkp(&xJHhR_XOUoiqhx2+MKeB=gTyO z#-OSrpY^M?Ql-4ja4A;x=RGDUJ6fk5_{)K^BO&c-C6d+l=iHg9x8S>TMPk6x4A-kx zJz5?!(5KgaeEZ3rD09}}lN z!N>D$C)FNuL!P#_Z1{gc0ePQhb${%wCOHr+DM_!``G0kA?N)`6DNM%!7Q91Ey*s z2m2&F_Jf~3f51;7j-8my-Zk|2M6;r9URfi8Qpk M0ZrJOBBV_9PrYP8QUCw| literal 0 HcmV?d00001 diff --git a/libft/tests/tmp/libft.h b/libft/tests/tmp/libft.h new file mode 100644 index 0000000..b7b78f3 --- /dev/null +++ b/libft/tests/tmp/libft.h @@ -0,0 +1,186 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* libft.h :+: :+: */ +/* +:+ */ +/* By: djonker +#+ */ +/* +#+ */ +/* Created: 2020/11/11 16:02:53 by djonker #+# #+# */ +/* Updated: 2023/10/25 07:05:24 by djonker ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#ifndef LIBFT_H +# define LIBFT_H + +# include +# include +# include +# include +# include +# include + +typedef struct s_list +{ + void *content; + struct s_list *next; +} t_list; + +void *ft_memset(void *s, int c, size_t n); +void ft_bzero(void *s, size_t n); +void *ft_memcpy(void *dst, const void *src, size_t n); +void *ft_memccpy(void *dst, const void *src, int c, size_t n); +void *ft_memmove(void *dst, const void *src, size_t len); +void *ft_memchr(const void *s, int c, size_t n); +int ft_memcmp(const void *s1, const void *s2, size_t n); +size_t ft_strlen(const char *str); +size_t ft_strlcpy(char *dst, const char *src, size_t dstsize); +size_t ft_strlcat(char *dst, const char *src, size_t dstsize); +char *ft_strchr(const char *s, int c); +char *ft_strrchr(const char *s, int c); +char *ft_strnstr(const char *h, const char *n, size_t len); +int ft_strncmp(char *s1, char *s2, unsigned int n); +int ft_atoi(char *str); +int ft_isalpha(int c); +int ft_isdigit(int c); +int ft_isalnum(int c); +int ft_isascii(int c); +int ft_isprint(int c); +int ft_toupper(int c); +int ft_tolower(int c); +void *ft_calloc(size_t count, size_t size); +char *ft_strdup(const char *s); +char *ft_substr(char const *s, unsigned int start, size_t len); +char *ft_strjoin(char const *s1, char const *s2); +char *ft_strtrim(char const *s1, char const *set); +char **ft_split(char const *s, char c); +char *ft_itoa(int n); +char *ft_strmapi(char const *s, char (*f)(unsigned int, char)); +void ft_putchar_fd(char s, int fd); +void ft_putstr_fd(char *s, int fd); +void ft_putendl_fd(char *s, int fd); +void ft_putnbr_fd(int n, int fd); + +t_list *ft_lstnew(void *content); +void ft_lstadd_front(t_list **lst, t_list *new); +int ft_lstsize(t_list *lst); +t_list *ft_lstlast(t_list *lst); +void ft_lstadd_back(t_list **lst, t_list *new); +void ft_lstdelone(t_list *lst, void (*del)(void*)); +void ft_lstclear(t_list **lst, void (*del)(void*)); +void ft_lstiter(t_list *lst, void (*f)(void *)); +t_list *ft_lstmap(t_list *lst, void *(*f)(void *), \ + void (*del)(void *)); + +char *ft_bitswap(char *str); +void *ft_lincpy(char *dst, const char *src); +void *ft_linlcpy(char *dst, const char *src, size_t n); +int ft_linlen(char *str); +int ft_intlen(long long n); +int ft_luilen(unsigned long long n); +int ft_flolen(double n); +int ft_arrlen(char **s); +int ft_declen(double n); +int ft_wrdlen(char *s, char c, int i); +int ft_wrdlens(char *s, char *c, int i); +int ft_cntwrd(char *s, char c); +int ft_cntwrds(char *s, char *c); +char *ft_malstr(char *s, char c); +char *ft_malstrs(char *s, char *c); +void *ft_frenarr(char **s, int i); +void *ft_frearr(char **s); +char *ft_revstr(char *s); +char *ft_strupp(char *s); +char *ft_strlow(char *s); +int ft_isuppc(char c); +int ft_islowc(char c); +int ft_isneg(double n); +int ft_isxdigit(char *str); +int ft_isodigit(int n); +int ft_power(int n, int p); +unsigned long long ft_sqrt(unsigned long long n); +unsigned long long ft_factor(unsigned long long n); +unsigned long long ft_fnprim(unsigned long long n); +int ft_isprim(unsigned long long n); +void ft_putznbr_fd(int n, int e, int fd); +void ft_putflo_fd(double n, int fd); +void ft_putzflo_fd(double n, int e, int fd); +int ft_ftoi(double n); +double ft_itof(int n); +double ft_iftof(int n, int f); +char *ft_ltoa(long long n); +char *ft_utoa(unsigned long long n); +char *ft_ftoa(double n); +char *ft_ftoe(double n); +long long ft_atol(char *str); +unsigned long long ft_atou(char *str); +double ft_atof(char *str); +long double ft_atodec(char *str); +int ft_itob(int d); +char *ft_itoba(unsigned long long d, size_t e); +int ft_btoi(int i, int e); +int ft_dtoh(char c); +char ft_htod(long long n); +int ft_htoi(char *str); +char *ft_itoh(long double n); +char *ft_itohx(long double n); +char *ft_itozh(double n, int z); +int ft_ddtoi(char *str); +char *ft_itodd(double n); +int ft_otoi(int i); +unsigned long long ft_itoo(double n); +char *ft_itooa(long double n); +int ft_round(int n, int h); +double ft_fround(double n, int h); +int ft_around(char *n, int e); +void ft_swap(int *a, int *b); +void ft_swaplong(long *a, long *b); +void ft_putchar(char s); +void ft_putstr(char *s); +void ft_putendl(char *s); +void ft_putnbr(int n); +void ft_putnbr_base(unsigned long long number, int base); +void ft_putlong(long long n); +void ft_putull(unsigned long long n); +void ft_putznbr(int n, int e); +void ft_putflo(double n); +void ft_putzflo(double n, int e); +void ft_putzsci(long double n, int e, int cap); +void ft_putzscih(long double n, int e, int cap); +int ft_varlen(int c, ...); +int ft_max(int a, int b); +int ft_vamax(int n, ...); +int ft_min(int a, int b); +int ft_vamin(int n, ...); +int ft_chrstr(char c, char *s); +char **ft_splits(char *s, char *c); +int ft_cntchr(const char *str, char c, int s); +int ft_fczero(long double n); +long long ft_lftoi(long double n); +char *ft_lftoa(long double n); +int ft_ldeclen(long double n); +int ft_islneg(long long n); +char *ft_dtoa(long double n); +int ft_isallbyte(char *str, char byte); +char *ft_getpwd(char **envp, int slash); +char *ft_getuser(char **envp); +char *ft_gethome(char **envp); +char *ft_getos(void); +char *ft_gethost(void); +char *ft_vastrjoin(int n, ...); +void ft_vafree(int n, ...); +int ft_intrchr(const char *s, int c); +char *ft_system(char *command, char **envp, char *file); +char **ft_getpaths(char **envp, int i); +char *ft_getenvval(char **envp, char *var); +char *ft_abspathcmd(char **paths, char *command); +void ft_cppbzero(char **cpp); +char *ft_cpptostr(char **cpp); +int ft_seminit(char *file, int number); +int ft_semwait(char *file); +int ft_semfree(char *file); +long long ft_gettimemsdate(char **envp, char *file); +int ft_mkdir(char *dirname, char **envp); +int ft_rmdir(char *dirname, char **envp); + +#endif diff --git a/libft/tests/tmp/memorycheck b/libft/tests/tmp/memorycheck new file mode 100644 index 0000000..0921b40 --- /dev/null +++ b/libft/tests/tmp/memorycheck @@ -0,0 +1,14 @@ +==2829519== Memcheck, a memory error detector +==2829519== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. +==2829519== Using Valgrind-3.21.0 and LibVEX; rerun with -h for copyright info +==2829519== Command: ./tests/tmp/binary +==2829519== +==2829519== +==2829519== HEAP SUMMARY: +==2829519== in use at exit: 0 bytes in 0 blocks +==2829519== total heap usage: 0 allocs, 0 frees, 0 bytes allocated +==2829519== +==2829519== All heap blocks were freed -- no leaks are possible +==2829519== +==2829519== For lists of detected and suppressed errors, rerun with: -s +==2829519== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/libft/tests/tmp/norm b/libft/tests/tmp/norm new file mode 100644 index 0000000..3657b9b --- /dev/null +++ b/libft/tests/tmp/norm @@ -0,0 +1,153 @@ +./libft.h: OK! +./src/ft_arrlen.c: OK! +./src/ft_splits.c: OK! +./src/ft_putzflo.c: OK! +./src/ft_ddtoi.c: OK! +./src/ft_itoba.c: OK! +./src/ft_gethost.c: OK! +./src/ft_putflo_fd.c: OK! +./src/ft_memccpy.c: OK! +./src/ft_atodec.c: OK! +./src/ft_lstadd_front.c: OK! +./src/ft_calloc.c: OK! +./src/ft_isuppc.c: OK! +./src/ft_tolower.c: OK! +./src/ft_revstr.c: OK! +./src/ft_isxdigit.c: OK! +./src/ft_itooa.c: OK! +./src/ft_vastrjoin.c: OK! +./src/ft_putendl_fd.c: OK! +./src/ft_flolen.c: OK! +./src/ft_bitswap.c: OK! +./src/ft_min.c: OK! +./src/ft_vamax.c: OK! +./src/ft_lstclear.c: OK! +./src/ft_lstiter.c: OK! +./src/ft_getos.c: OK! +./src/ft_itozh.c: OK! +./src/ft_putzflo_fd.c: OK! +./src/ft_putnbr_fd.c: OK! +./src/ft_strdup.c: OK! +./src/ft_gethome.c: OK! +./src/ft_putchar.c: OK! +./src/ft_memcpy.c: OK! +./src/ft_itohx.c: OK! +./src/ft_isprim.c: OK! +./src/ft_putznbr_fd.c: OK! +./src/ft_memchr.c: OK! +./src/ft_strnstr.c: OK! +./src/ft_cpptostr.c: OK! +./src/ft_intrchr.c: OK! +./src/ft_strmapi.c: OK! +./src/ft_lftoi.c: OK! +./src/ft_strchr.c: OK! +./src/ft_putzsci.c: OK! +./src/ft_ldeclen.c: OK! +./src/ft_fround.c: OK! +./src/ft_ftoa.c: OK! +./src/ft_sqrt.c: OK! +./src/ft_cppbzero.c: OK! +./src/ft_linlen.c: OK! +./src/ft_strtrim.c: OK! +./src/ft_strlow.c: OK! +./src/ft_wrdlen.c: OK! +./src/ft_lstdelone.c: OK! +./src/ft_lincpy.c: OK! +./src/ft_putnbr.c: OK! +./src/ft_lstsize.c: OK! +./src/ft_putlong.c: OK! +./src/ft_cntchr.c: OK! +./src/ft_strlcpy.c: OK! +./src/ft_itoa.c: OK! +./src/ft_strrchr.c: OK! +./src/ft_semwait.c: OK! +./src/ft_vamin.c: OK! +./src/ft_putull.c: OK! +./src/ft_isalpha.c: OK! +./src/ft_seminit.c: OK! +./src/ft_islowc.c: OK! +./src/ft_htod.c: OK! +./src/ft_putstr_fd.c: OK! +./src/ft_abspathcmd.c: OK! +./src/ft_around.c: OK! +./src/ft_malstr.c: OK! +./src/ft_ltoa.c: OK! +./src/ft_cntwrd.c: OK! +./src/ft_getuser.c: OK! +./src/ft_putnbr_base.c: OK! +./src/ft_isneg.c: OK! +./src/ft_atou.c: OK! +./src/ft_htoi.c: OK! +./src/ft_strlen.c: OK! +./src/ft_isascii.c: OK! +./src/ft_memset.c: OK! +./src/ft_itoo.c: OK! +./src/ft_dtoa.c: OK! +./src/ft_cntarg.c: OK! +./src/ft_bzero.c: OK! +./src/ft_wrdlens.c: OK! +./src/ft_atof.c: OK! +./src/ft_islneg.c: OK! +./src/ft_substr.c: OK! +./src/ft_luilen.c: OK! +./src/ft_strupp.c: OK! +./src/ft_ftoi.c: OK! +./src/ft_atoi.c: OK! +./src/ft_isodigit.c: OK! +./src/ft_mkdir.c: OK! +./src/ft_atol.c: OK! +./src/ft_lstlast.c: OK! +./src/ft_strjoin.c: OK! +./src/ft_iftof.c: OK! +./src/ft_declen.c: OK! +./src/ft_putstr.c: OK! +./src/ft_getpwd.c: OK! +./src/ft_toupper.c: OK! +./src/ft_factor.c: OK! +./src/ft_split.c: OK! +./src/ft_vafree.c: OK! +./src/ft_strlcat.c: OK! +./src/ft_memcmp.c: OK! +./src/ft_utoa.c: OK! +./src/ft_fczero.c: OK! +./src/ft_semfree.c: OK! +./src/ft_frearr.c: OK! +./src/ft_lftoa.c: OK! +./src/ft_isdigit.c: OK! +./src/ft_itof.c: OK! +./src/ft_getenvval.c: OK! +./src/ft_itob.c: OK! +./src/ft_power.c: OK! +./src/ft_isallbyte.c: OK! +./src/ft_memmove.c: OK! +./src/ft_getpaths.c: OK! +./src/ft_isalnum.c: OK! +./src/ft_putflo.c: OK! +./src/ft_dtoh.c: OK! +./src/ft_gettimemsdate.c: OK! +./src/ft_otoi.c: OK! +./src/ft_cntwrds.c: OK! +./src/ft_swap.c: OK! +./src/ft_lstnew.c: OK! +./src/ft_putznbr.c: OK! +./src/ft_malstrs.c: OK! +./src/ft_itoh.c: OK! +./src/ft_round.c: OK! +./src/ft_chrstr.c: OK! +./src/ft_isprint.c: OK! +./src/ft_strncmp.c: OK! +./src/ft_lstadd_back.c: OK! +./src/ft_frenarr.c: OK! +./src/ft_rmdir.c: OK! +./src/ft_swaplong.c: OK! +./src/ft_linlcpy.c: OK! +./src/ft_putchar_fd.c: OK! +./src/ft_max.c: OK! +./src/ft_putzscih.c: OK! +./src/ft_intlen.c: OK! +./src/ft_system.c: OK! +./src/ft_btoi.c: OK! +./src/ft_putendl.c: OK! +./src/ft_fnprim.c: OK! +./src/ft_itodd.c: OK! +./src/ft_lstmap.c: OK! diff --git a/libft/tests/tmp/output b/libft/tests/tmp/output new file mode 100644 index 0000000..e69de29 diff --git a/libft/tests/tmp/relink b/libft/tests/tmp/relink new file mode 100644 index 0000000..e69de29