aoc2024/stdlib/include/buffer.h

7 lines
101 B
C
Raw Normal View History

2024-12-05 20:22:19 +00:00
#pragma once
#include <common.h>
// The size has to be page-aligned
void* buffer_init(usize size);