Sign in
qemu
/
meson
/
refs/heads/endmessage
/
.
/
manual tests
/
9 nostdlib
/
subprojects
/
mylibc
/
stdio.h
blob: c3f8f56ca1005fd14c7de4035c3c33aaf4b7b6d7 [
file
] [
log
] [
blame
]
#pragma
once
int
simple_print
(
const
char
*
msg
,
const
long
bufsize
);
int
simple_strlen
(
const
char
*
str
);