↩ revert:

This commit is contained in:
lzy
2024-05-27 02:33:10 +08:00
parent 2336f88407
commit a277dec1fe
136 changed files with 606 additions and 606 deletions

View File

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