init
This commit is contained in:
7
Test/c04/ex03/main.c
Normal file
7
Test/c04/ex03/main.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main ()
|
||||
{
|
||||
printf("%d ", ft_atoi(" --++4"));
|
||||
}
|
||||
|
5
Test/c04/ex04/main.c
Normal file
5
Test/c04/ex04/main.c
Normal file
@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
ft_putnbr_base(256, "01");
|
||||
}
|
||||
|
7
Test/c04/ex05/main.c
Normal file
7
Test/c04/ex05/main.c
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
int main()
|
||||
{
|
||||
printf("%d", ft_atoi_base(" --++kkk", "loki"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user