Does C have a standard ABI?
问题 From a discussion somewhere else: C++ has no standard ABI But neither does C, right? On any given platform it pretty much does. It wouldn\'t be useful as the lingua franca for inter-language communication if it lacked one. What\'s your take on this? 回答1: C defines no ABI. In fact, it bends over backwards to avoid defining an ABI. Those people, who like me, who have spent most of their programming lives programming in C on 16/32/64 bit architectures with 8 bit bytes, 2's complement arithmetic