6 lines
68 B
C
Raw Normal View History

2022-12-13 19:12:31 +03:00
#pragma once
typedef unsigned size_t;
void* kmalloc(size_t size);