Introducing the hottest library crate in town (libk!)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub mod allocator;
|
||||
|
||||
pub use self::allocator::init_heap;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
pub mod allocator;
|
||||
|
||||
pub use self::allocator::init_heap;
|
||||