Correctionin test
This commit is contained in:
parent
6b7a5d0ffb
commit
7230528198
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ int main(void)
|
||||||
|
|
||||||
for (c = 0; c < 256; c++)
|
for (c = 0; c < 256; c++)
|
||||||
{
|
{
|
||||||
/*printf("'%c' (%i); isalpha(c): %i\r\n", c, c, ft_isalpha(c));*/
|
printf("'%c' (%i); isalpha(c): %i\r\n", c, c, ft_isalpha(c));
|
||||||
printf("'%c' (%i); isalpha(c): %i\r\n", c, c, ft_isdigit(c));
|
|
||||||
}
|
}
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue