ESP32-CAN/main/RustApi.h

5 lines
78 B
C
Raw Normal View History

2021-06-09 07:25:56 +01:00
/*
* Rust functions exposed to C.
*/
extern int add_in_rust(int x, int y);