mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-20 01:52:52 +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 */
|