Description: 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.
To Search:
File list (Check if you may need any files):
例1-2 free函数\例1-2.c
..............\例1-2.exe
..............\例1-2.obj
例1-2 free函数