realloc.c\malloc\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/malloc/realloc.c
blob: fb0e8b7c47869c5ad259f430132867d3744a4441 (plain) (blame)
1
2
3
4
5
6
#include <stdlib.h>
void *realloc(void *p, size_t n)
{
	return __libc_realloc(p, n);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月08日 12:48:44 +0000

AltStyle によって変換されたページ (->オリジナル) /