6 lines
74 B
C
6 lines
74 B
C
|
|
#include <stddef.h>
|
|
|
|
void* srealloc(
|
|
void* oldptr,
|
|
size_t size);
|