occlum/demos/rust/rust_app/src/util.cpp

5 lines
66 B
C++

extern "C"
void increment_by_one(int *input) {
*input += 1;
}