6 lines
87 B
C
6 lines
87 B
C
|
#include <stdio.h>
|
||
|
int main()
|
||
|
{
|
||
|
printf("%d\n", ft_atoi(" ---+-++123jkjh54984"));
|
||
|
}
|