Introduction - If you have any usage issues, please Google them yourself
ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a pointer type. In C, only apply when using the dynamic memory functions malloc calloc realloc application memory before you can use free to release it. After release no longer use.