6 lines
68 B
C
Raw Normal View History

2023-01-21 13:55:26 +04:00
#pragma once
typedef unsigned size_t;
void* kmalloc(size_t size);