refactor the case of c and moved fmt+=2

This commit is contained in:
LinlyBoi
2023-08-21 13:10:04 +03:00
parent c90057710a
commit ccdc076362
2 changed files with 5 additions and 6 deletions

View File

@@ -11,5 +11,5 @@ int main(void)
char c = 97;
_printf("cat: %c", c);
return (1);
return (0);
}