mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-16 13:54:19 +00:00
Update Crate and Examples
This commit is contained in:
@ -4,11 +4,6 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
extern float Add(float Num1, float Num2);
|
||||
extern float Divide(float Num1, float Num2);
|
||||
extern float Multiply(float Num1, float Num2);
|
||||
extern float Subtract(float Num1, float Num2);
|
||||
|
||||
int main()
|
||||
{
|
||||
int num1 = 1;
|
Reference in New Issue
Block a user