Correctionin test

This commit is contained in:
lalgarra 2025-10-03 21:24:46 +02:00
parent 6b7a5d0ffb
commit 7230528198

View file

@ -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);
} }