mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-08 21:05:14 -05:00
4 lines
79 B
C
4 lines
79 B
C
int __declspec(dllexport) __stdcall mult( int a, int b )
|
|
{
|
|
return a * b;
|
|
} |