🌈 style:

This commit is contained in:
lzy
2024-05-26 15:39:14 +08:00
parent 6f28a3384a
commit a57bbdb4c1
156 changed files with 765 additions and 770 deletions

View File

@@ -96,10 +96,10 @@ void print_star(void)
printf("[%s]i=%d\n", __FUNCTION__, i);
}
int main()
int main( )
{
for (i = 0; i < 5; i++)
print_star();
print_star( );
printf("\n");
// out: