C/C++函数的调用约定详解

目录

1、概述

2、常见的调用约定说明

2.1、__cdecl C调用

2.2、__stdcall标准调用

2.3、__fastcall快速调用

你可能感兴趣的:(C++,函数调用约定,__cdecl,__stdcall,__fastcall)