pull/1/head
Able 2022-04-09 17:23:57 -05:00
parent f6bbf4a70a
commit ae494784e2
Signed by: able
GPG Key ID: D164AF5F5700BE51
1 changed files with 2 additions and 0 deletions

View File

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