↩ 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

@@ -11,7 +11,7 @@
// return;
// }
void* func(int* p, int n)
void *func(int *p, int n)
{
p = malloc(n);
@@ -24,7 +24,7 @@ void* func(int* p, int n)
int main( )
{
int num = 100;
int* p = NULL;
int *p = NULL;
// func(&p, num);