diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ctype/ft_isalnum.c (renamed from src/ft_isalnum.c) | 0 | ||||
| -rw-r--r-- | src/ctype/ft_isalpha.c (renamed from src/ft_isalpha.c) | 0 | ||||
| -rw-r--r-- | src/ctype/ft_isascii.c (renamed from src/ft_isascii.c) | 0 | ||||
| -rw-r--r-- | src/ctype/ft_isdigit.c (renamed from src/ft_isdigit.c) | 0 | ||||
| -rw-r--r-- | src/ctype/ft_isprint.c (renamed from src/ft_isprint.c) | 0 | ||||
| -rw-r--r-- | src/ctype/ft_tolower.c (renamed from src/ft_tolower.c) | 0 | ||||
| -rw-r--r-- | src/ctype/ft_toupper.c (renamed from src/ft_toupper.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_asprintf.c (renamed from src/ft_asprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_dprintf.c (renamed from src/ft_dprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf.c (renamed from src/ft_printf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert.c (renamed from src/ft_printf/convert.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_char.c (renamed from src/ft_printf/convert_char.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_hex.c (renamed from src/ft_printf/convert_hex.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_int.c (renamed from src/ft_printf/convert_int.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_none.c (renamed from src/ft_printf/convert_none.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_percent.c (renamed from src/ft_printf/convert_percent.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_ptr.c (renamed from src/ft_printf/convert_ptr.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_str.c (renamed from src/ft_printf/convert_str.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_uint.c (renamed from src/ft_printf/convert_uint.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/convert_written.c (renamed from src/ft_printf/convert_written.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/extract.c (renamed from src/ft_printf/extract.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/ft_printf.c (renamed from src/ft_printf/ft_printf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/ft_vasprintf.h (renamed from src/ft_printf/ft_vasprintf.h) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/length_modifier.c (renamed from src/ft_printf/length_modifier.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/list.c (renamed from src/ft_printf/list.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/parse.c (renamed from src/ft_printf/parse.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_printf/utils.c (renamed from src/ft_printf/utils.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putchar.c (renamed from src/ft_putchar.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putchar_fd.c (renamed from src/ft_putchar_fd.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putendl.c (renamed from src/ft_putendl.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putendl_fd.c (renamed from src/ft_putendl_fd.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putnbr.c (renamed from src/ft_putnbr.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putnbr_fd.c (renamed from src/ft_putnbr_fd.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putstr.c (renamed from src/ft_putstr.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_putstr_fd.c (renamed from src/ft_putstr_fd.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_snprintf.c (renamed from src/ft_snprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_sprintf.c (renamed from src/ft_sprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_vasprintf.c (renamed from src/ft_vasprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_vdprintf.c (renamed from src/ft_vdprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_vprintf.c (renamed from src/ft_vprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_vsnprintf.c (renamed from src/ft_vsnprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/ft_vsprintf.c (renamed from src/ft_vsprintf.c) | 0 | ||||
| -rw-r--r-- | src/io/get_next_line/get_next_line.c (renamed from src/get_next_line/get_next_line.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstadd_back.c (renamed from src/ft_lstadd_back_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstadd_front.c (renamed from src/ft_lstadd_front_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstclear.c (renamed from src/ft_lstclear_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstdelone.c (renamed from src/ft_lstdelone_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstiter.c (renamed from src/ft_lstiter_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstlast.c (renamed from src/ft_lstlast_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstmap.c (renamed from src/ft_lstmap_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstnew.c (renamed from src/ft_lstnew_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstpop_front.c (renamed from src/ft_lstpop_front_bonus.c) | 0 | ||||
| -rw-r--r-- | src/lst/ft_lstsize.c (renamed from src/ft_lstsize_bonus.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_bzero.c (renamed from src/ft_bzero.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_calloc.c (renamed from src/ft_calloc.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memalloc.c (renamed from src/ft_memalloc.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memccpy.c (renamed from src/ft_memccpy.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memchr.c (renamed from src/ft_memchr.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memcmp.c (renamed from src/ft_memcmp.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memcpy.c (renamed from src/ft_memcpy.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memdel.c (renamed from src/ft_memdel.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memmove.c (renamed from src/ft_memmove.c) | 0 | ||||
| -rw-r--r-- | src/mem/ft_memset.c (renamed from src/ft_memset.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_atoi.c (renamed from src/ft_atoi.c) | 2 | ||||
| -rw-r--r-- | src/str/ft_itoa.c (renamed from src/ft_itoa.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_split.c (renamed from src/ft_split.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strcat.c (renamed from src/ft_strcat.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strchr.c (renamed from src/ft_strchr.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strclr.c (renamed from src/ft_strclr.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strcmp.c (renamed from src/ft_strcmp.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strcount.c (renamed from src/ft_strcount.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strcpy.c (renamed from src/ft_strcpy.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strdel.c (renamed from src/ft_strdel.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strdup.c (renamed from src/ft_strdup.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strequ.c (renamed from src/ft_strequ.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_striter.c (renamed from src/ft_striter.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_striteri.c (renamed from src/ft_striteri.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strjoin.c (renamed from src/ft_strjoin.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strjoin_free.c (renamed from src/ft_strjoin_free.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strjoin_free_snd.c (renamed from src/ft_strjoin_free_snd.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strlcat.c (renamed from src/ft_strlcat.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strlcpy.c (renamed from src/ft_strlcpy.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strlen.c (renamed from src/ft_strlen.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strmap.c (renamed from src/ft_strmap.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strmapi.c (renamed from src/ft_strmapi.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strncat.c (renamed from src/ft_strncat.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strncmp.c (renamed from src/ft_strncmp.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strncpy.c (renamed from src/ft_strncpy.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strndup.c (renamed from src/ft_strndup.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strnequ.c (renamed from src/ft_strnequ.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strnew.c (renamed from src/ft_strnew.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strnstr.c (renamed from src/ft_strnstr.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strrchr.c (renamed from src/ft_strrchr.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strstr.c (renamed from src/ft_strstr.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_strtrim.c (renamed from src/ft_strtrim.c) | 0 | ||||
| -rw-r--r-- | src/str/ft_substr.c (renamed from src/ft_substr.c) | 0 |
96 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_isalnum.c b/src/ctype/ft_isalnum.c index 1ee1e0f..1ee1e0f 100644 --- a/src/ft_isalnum.c +++ b/src/ctype/ft_isalnum.c diff --git a/src/ft_isalpha.c b/src/ctype/ft_isalpha.c index 6f155b4..6f155b4 100644 --- a/src/ft_isalpha.c +++ b/src/ctype/ft_isalpha.c diff --git a/src/ft_isascii.c b/src/ctype/ft_isascii.c index 51dcd1c..51dcd1c 100644 --- a/src/ft_isascii.c +++ b/src/ctype/ft_isascii.c diff --git a/src/ft_isdigit.c b/src/ctype/ft_isdigit.c index f8a5850..f8a5850 100644 --- a/src/ft_isdigit.c +++ b/src/ctype/ft_isdigit.c diff --git a/src/ft_isprint.c b/src/ctype/ft_isprint.c index c311709..c311709 100644 --- a/src/ft_isprint.c +++ b/src/ctype/ft_isprint.c diff --git a/src/ft_tolower.c b/src/ctype/ft_tolower.c index 919469f..919469f 100644 --- a/src/ft_tolower.c +++ b/src/ctype/ft_tolower.c diff --git a/src/ft_toupper.c b/src/ctype/ft_toupper.c index 8579b91..8579b91 100644 --- a/src/ft_toupper.c +++ b/src/ctype/ft_toupper.c diff --git a/src/ft_asprintf.c b/src/io/ft_asprintf.c index 5eb62d9..5eb62d9 100644 --- a/src/ft_asprintf.c +++ b/src/io/ft_asprintf.c diff --git a/src/ft_dprintf.c b/src/io/ft_dprintf.c index 8e60970..8e60970 100644 --- a/src/ft_dprintf.c +++ b/src/io/ft_dprintf.c diff --git a/src/ft_printf.c b/src/io/ft_printf.c index 1b92bb2..1b92bb2 100644 --- a/src/ft_printf.c +++ b/src/io/ft_printf.c diff --git a/src/ft_printf/convert.c b/src/io/ft_printf/convert.c index 398c754..398c754 100644 --- a/src/ft_printf/convert.c +++ b/src/io/ft_printf/convert.c diff --git a/src/ft_printf/convert_char.c b/src/io/ft_printf/convert_char.c index c5f3a93..c5f3a93 100644 --- a/src/ft_printf/convert_char.c +++ b/src/io/ft_printf/convert_char.c diff --git a/src/ft_printf/convert_hex.c b/src/io/ft_printf/convert_hex.c index 0464dc7..0464dc7 100644 --- a/src/ft_printf/convert_hex.c +++ b/src/io/ft_printf/convert_hex.c diff --git a/src/ft_printf/convert_int.c b/src/io/ft_printf/convert_int.c index 2345f76..2345f76 100644 --- a/src/ft_printf/convert_int.c +++ b/src/io/ft_printf/convert_int.c diff --git a/src/ft_printf/convert_none.c b/src/io/ft_printf/convert_none.c index 358ef1b..358ef1b 100644 --- a/src/ft_printf/convert_none.c +++ b/src/io/ft_printf/convert_none.c diff --git a/src/ft_printf/convert_percent.c b/src/io/ft_printf/convert_percent.c index 813bb77..813bb77 100644 --- a/src/ft_printf/convert_percent.c +++ b/src/io/ft_printf/convert_percent.c diff --git a/src/ft_printf/convert_ptr.c b/src/io/ft_printf/convert_ptr.c index 63babb9..63babb9 100644 --- a/src/ft_printf/convert_ptr.c +++ b/src/io/ft_printf/convert_ptr.c diff --git a/src/ft_printf/convert_str.c b/src/io/ft_printf/convert_str.c index 7d51a5e..7d51a5e 100644 --- a/src/ft_printf/convert_str.c +++ b/src/io/ft_printf/convert_str.c diff --git a/src/ft_printf/convert_uint.c b/src/io/ft_printf/convert_uint.c index 4207165..4207165 100644 --- a/src/ft_printf/convert_uint.c +++ b/src/io/ft_printf/convert_uint.c diff --git a/src/ft_printf/convert_written.c b/src/io/ft_printf/convert_written.c index 4beeaef..4beeaef 100644 --- a/src/ft_printf/convert_written.c +++ b/src/io/ft_printf/convert_written.c diff --git a/src/ft_printf/extract.c b/src/io/ft_printf/extract.c index c56a777..c56a777 100644 --- a/src/ft_printf/extract.c +++ b/src/io/ft_printf/extract.c diff --git a/src/ft_printf/ft_printf.c b/src/io/ft_printf/ft_printf.c index daa0cf2..daa0cf2 100644 --- a/src/ft_printf/ft_printf.c +++ b/src/io/ft_printf/ft_printf.c diff --git a/src/ft_printf/ft_vasprintf.h b/src/io/ft_printf/ft_vasprintf.h index 4110557..4110557 100644 --- a/src/ft_printf/ft_vasprintf.h +++ b/src/io/ft_printf/ft_vasprintf.h diff --git a/src/ft_printf/length_modifier.c b/src/io/ft_printf/length_modifier.c index 88226da..88226da 100644 --- a/src/ft_printf/length_modifier.c +++ b/src/io/ft_printf/length_modifier.c diff --git a/src/ft_printf/list.c b/src/io/ft_printf/list.c index 99491f4..99491f4 100644 --- a/src/ft_printf/list.c +++ b/src/io/ft_printf/list.c diff --git a/src/ft_printf/parse.c b/src/io/ft_printf/parse.c index 33928a0..33928a0 100644 --- a/src/ft_printf/parse.c +++ b/src/io/ft_printf/parse.c diff --git a/src/ft_printf/utils.c b/src/io/ft_printf/utils.c index ad44980..ad44980 100644 --- a/src/ft_printf/utils.c +++ b/src/io/ft_printf/utils.c diff --git a/src/ft_putchar.c b/src/io/ft_putchar.c index 2838f0a..2838f0a 100644 --- a/src/ft_putchar.c +++ b/src/io/ft_putchar.c diff --git a/src/ft_putchar_fd.c b/src/io/ft_putchar_fd.c index 97d6f7a..97d6f7a 100644 --- a/src/ft_putchar_fd.c +++ b/src/io/ft_putchar_fd.c diff --git a/src/ft_putendl.c b/src/io/ft_putendl.c index 880977e..880977e 100644 --- a/src/ft_putendl.c +++ b/src/io/ft_putendl.c diff --git a/src/ft_putendl_fd.c b/src/io/ft_putendl_fd.c index a8077fc..a8077fc 100644 --- a/src/ft_putendl_fd.c +++ b/src/io/ft_putendl_fd.c diff --git a/src/ft_putnbr.c b/src/io/ft_putnbr.c index 247df40..247df40 100644 --- a/src/ft_putnbr.c +++ b/src/io/ft_putnbr.c diff --git a/src/ft_putnbr_fd.c b/src/io/ft_putnbr_fd.c index 169d1b5..169d1b5 100644 --- a/src/ft_putnbr_fd.c +++ b/src/io/ft_putnbr_fd.c diff --git a/src/ft_putstr.c b/src/io/ft_putstr.c index 14b01a3..14b01a3 100644 --- a/src/ft_putstr.c +++ b/src/io/ft_putstr.c diff --git a/src/ft_putstr_fd.c b/src/io/ft_putstr_fd.c index d0279ab..d0279ab 100644 --- a/src/ft_putstr_fd.c +++ b/src/io/ft_putstr_fd.c diff --git a/src/ft_snprintf.c b/src/io/ft_snprintf.c index e1fdfbd..e1fdfbd 100644 --- a/src/ft_snprintf.c +++ b/src/io/ft_snprintf.c diff --git a/src/ft_sprintf.c b/src/io/ft_sprintf.c index 31da75e..31da75e 100644 --- a/src/ft_sprintf.c +++ b/src/io/ft_sprintf.c diff --git a/src/ft_vasprintf.c b/src/io/ft_vasprintf.c index 85f66bc..85f66bc 100644 --- a/src/ft_vasprintf.c +++ b/src/io/ft_vasprintf.c diff --git a/src/ft_vdprintf.c b/src/io/ft_vdprintf.c index a5e5ebf..a5e5ebf 100644 --- a/src/ft_vdprintf.c +++ b/src/io/ft_vdprintf.c diff --git a/src/ft_vprintf.c b/src/io/ft_vprintf.c index b98670b..b98670b 100644 --- a/src/ft_vprintf.c +++ b/src/io/ft_vprintf.c diff --git a/src/ft_vsnprintf.c b/src/io/ft_vsnprintf.c index 7db988c..7db988c 100644 --- a/src/ft_vsnprintf.c +++ b/src/io/ft_vsnprintf.c< |
