Files
rust-ffi-examples/rust-to-cmake/libdouble/double.c
Jörn-Michael Miehe 1f8a5265f6 Add CMake example
2019-08-15 16:52:52 +02:00

4 lines
54 B
C

int double_input(int input) {
return input * 2;
}