ft_strlcat()
This commit is contained in:
parent
d28b6d961d
commit
8b4b983f93
4 changed files with 116 additions and 10 deletions
4
ft_strlcat_expected.output
Normal file
4
ft_strlcat_expected.output
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
test 1: size:[10], src:[ ips], dest:[Lorem], result:[9], dest:[Lorem ips]
|
||||
test 2: size:[10], src:[ ipsu], dest:[Lorem], result:[10], dest:[Lorem ips]
|
||||
test 3: size:[5], src:[XXXXXXXX], dest:[Lorem ip], result:[13], dest:[Lorem ip]
|
||||
test 4: size:[0], src:[XXXXXXXX], dest:[Lorem ip], result:[8], dest:[Lorem ip]
|
||||
Loading…
Add table
Add a link
Reference in a new issue