mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
5 lines
172 B
C
5 lines
172 B
C
/* Now reallocate ptr2 */
|
|
ptr2 = lwmem_realloc(ptr2, 20);
|
|
|
|
printf("New state at case 3b\r\n");
|
|
lwmem_debug_free(); /* This is debug function for sake of this example */ |