malloc/page_begin/page_begin.h
Guillem George d0bd16da2f '
2025-11-04 14:38:36 +01:00

8 lines
139 B
C

#ifndef PAGE_BEGIN_H
#define PAGE_BEGIN_H
#include <stddef.h>
void *page_begin(void *ptr, size_t page_size);
#endif /* !PAGE_BEGIN_H */