Sign in
mojo
/
mojo-tools
/
4446eb0e2d7a3e9bca844dc343aa4094eaae9a97
/
.
/
fusl
/
arch
/
sh
/
src
/
__shcall.c
blob: dfe80a7f894f8560e5f69ef10bdf187c392a889c [
file
] [
log
] [
blame
]
__attribute__
((
__visibility__
(
"hidden"
)))
int
__shcall
(
void
*
arg
,
int
(*
func
)(
void
*))
{
return
func
(
arg
);
}