ESP32-CAN/main/RustApi.h

5 lines
78 B
C

/*
* Rust functions exposed to C.
*/
extern int add_in_rust(int x, int y);