refactor the case of c and moved fmt+=2
This commit is contained in:
@@ -11,5 +11,5 @@ int main(void)
|
||||
char c = 97;
|
||||
|
||||
_printf("cat: %c", c);
|
||||
return (1);
|
||||
return (0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user