mclangc/include/linux/io.mcl

14 lines
217 B
Plaintext
Raw Normal View History

2024-03-14 07:13:01 +00:00
2024-03-23 00:28:20 +00:00
fn fwrite with u64 ptr u64 returns u64 then
2024-03-14 07:13:01 +00:00
SYS_write syscall3
done
2024-03-23 00:28:20 +00:00
fn puts with u64 ptr u64 returns u64 then
2024-03-14 07:13:01 +00:00
STDOUT fwrite drop
done
2024-03-23 00:28:20 +00:00
fn eputs with u64 ptr u64 returns u64 then
2024-03-14 07:13:01 +00:00
STDERR fwrite drop
done