mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-02-07 14:14:10 +08:00
5 lines
171 B
C
5 lines
171 B
C
|
/* Now reallocate ptr2 */
|
||
|
ptr2 = lwmem_realloc(ptr2, 8);
|
||
|
|
||
|
printf("New state at case 3a\r\n");
|
||
|
lwmem_debug_free(); /* This is debug function for sake of this example */
|