mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
c test program
This commit is contained in:
parent
54e0e7604e
commit
1baf8df4a8
18 changed files with 150 additions and 68 deletions
6
rawc/src/stdio.rs
Normal file
6
rawc/src/stdio.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use core::ffi::c_char;
|
||||
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn puts(s: *const c_char) -> i32 {
|
||||
libuwuc::io::puts(s)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue