6 lines
95 B
C
6 lines
95 B
C
#pragma once
|
|
|
|
void freerange(void *vstart, void *vend);
|
|
void* kalloc(void);
|
|
void kfree(char*);
|