aoc2024/stdlib/include/buffer.h
2024-12-05 21:22:19 +01:00

7 lines
101 B
C

#pragma once
#include <common.h>
// The size has to be page-aligned
void* buffer_init(usize size);