Add pvalloc()

This commit is contained in:
Peter Limkilde Svendsen
2025-02-11 21:13:05 +01:00
parent 7edc231f31
commit b3f36faf87
7 changed files with 99 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef _MALLOC_H
#define _MALLOC_H
#ifndef _BITS_MALLOC_H
#define _BITS_MALLOC_H
#include <stddef.h>