Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1c095c931195a18cf4802ff5653625a49c51e374
/
.
/
examples
/
ios
/
demo.rs
blob: 37b75877e2ac835aa2afc1bfc638b8ef768620da [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
extern
fn
print_something_from_rust
()
{
println
!(
"Ferris says hello!"
);
}
#[
no_mangle
]
pub
extern
fn
get_a_value_from_rust
()
->
i32
{
42
}