norm
This commit is contained in:
parent
e1a01cbdfd
commit
6c1aafa436
@ -6,7 +6,7 @@
|
|||||||
/* By: whaffman <whaffman@student.codam.nl> +#+ */
|
/* By: whaffman <whaffman@student.codam.nl> +#+ */
|
||||||
/* +#+ */
|
/* +#+ */
|
||||||
/* Created: 2025/02/20 15:40:24 by whaffman #+# #+# */
|
/* Created: 2025/02/20 15:40:24 by whaffman #+# #+# */
|
||||||
/* Updated: 2025/03/03 14:45:48 by whaffman ######## odam.nl */
|
/* Updated: 2025/03/03 23:03:13 by whaffman ######## odam.nl */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
int ft_isdigit_str(char *str)
|
int ft_isdigit_str(char *str)
|
||||||
{
|
{
|
||||||
if(*str == '-' || *str == '+')
|
if (*str == '-' || *str == '+')
|
||||||
str++;
|
str++;
|
||||||
while (*str)
|
while (*str)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user