🌈 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

@@ -27,7 +27,7 @@ enum
// };
int main()
int main( )
{
// enum day a = MON;

View File

@@ -40,18 +40,18 @@ struct student_st
};
void func(struct simp_st *b)
void func(struct simp_st* b)
{
printf("%d\n", sizeof(b));
}
int main()
int main( )
{
// TYPE NAME = VALUE;
struct simp_st a;
struct simp_st *p = &a;
struct simp_st* p = &a;
// func(a);

View File

@@ -47,7 +47,7 @@ NODEP p; // struct node_st *p;
*
*/
int main()
int main( )
{
INT i = 100; // int i;