_stdcall
123456
#include "libFluff.h" // dll header int main() { SetColor(10); // this is the function in the dll cout << "hello"; }