42_C_PISCINE/Test/c04/ex05/main.c

8 lines
89 B
C
Raw Permalink Normal View History

2023-05-17 12:45:25 -04:00
#include <stdio.h>
int main()
{
printf("%d", ft_atoi_base(" --++kkk", "loki"));
}