[ADD] parse_command()
This commit is contained in:
parent
24d8b38510
commit
af6488534b
10 changed files with 225 additions and 13 deletions
|
|
@ -5,13 +5,13 @@ INCLUDES = ./ include/
|
|||
CODE = \
|
||||
mem mem_utils str1 str2 str3 str_stream str_char1 \
|
||||
str_char2 str_stream_more str_streamstr print \
|
||||
list1 list2 error data read_line read_line_utils
|
||||
list1 list2 list3 error data read_line read_line_utils
|
||||
PRINTF_CODE = \
|
||||
conversions1 conversions2 do_conversion ft_itoa tf_printf \
|
||||
ft_strjoin stream1 stream2 utils1 utils2
|
||||
PRINTF_SRCS = tf_printf/src/
|
||||
PRINTF_INCLUDES = ./ tf_printf/include/
|
||||
WHAT = LIBTF v9
|
||||
WHAT = LIBTF v11
|
||||
USED = malloc() free() write()
|
||||
|
||||
# It works and I probably won't change it for the rest of my life
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue