first commit
This commit is contained in:
8
ended/C02-corr/ex03/ft_str_is_numeric.c
Normal file
8
ended/C02-corr/ex03/ft_str_is_numeric.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
int main(void)
|
||||
{
|
||||
int result;
|
||||
|
||||
result = ft_str_is_numeric("1155");
|
||||
printf("%d", result);
|
||||
}
|
Reference in New Issue
Block a user