float __stdcall (*pFunc)(float a, float b) = (float (__stdcall *)(float,float))0x411280;
如何用调用约定声明一个函数指针?上面给了我一个错误.
c function
c ×1
function ×1