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