5 lines
78 B
C
5 lines
78 B
C
|
|
/*
|
||
|
|
* Rust functions exposed to C.
|
||
|
|
*/
|
||
|
|
|
||
|
|
extern int add_in_rust(int x, int y);
|