liballoc-c

C generic allocator interface
git clone https://git.sinitax.com/sinitax/liballoc-c
Log | Files | Refs | LICENSE | sfeed.txt

commit 22d274eb7a43de119af51cf46a892aa6be6a7d91
parent 3921fa36bd9f094175b9a399bc2dfc6ee230325d
Author: Louis Burda <quent.burda@gmail.com>
Date:   Fri, 17 Mar 2023 19:25:23 +0100

Add include guard

Diffstat:
Minclude/allocator.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/allocator.h b/include/allocator.h @@ -1,3 +1,5 @@ +#pragma once + #include <stddef.h> struct allocator {