This commit is contained in:
Able 2022-04-09 17:23:57 -05:00
parent c776248f8f
commit af043e8c1f

View file

@ -9,5 +9,7 @@ pub mod syscalls;
pub use core::*;
extern "C" {
pub fn get_random() -> u32;
}