gpt4 book ai didi

c - __func__ 扩展为标准化的文本吗?

转载 作者:行者123 更新时间:2023-12-02 18:36:13 25 4
gpt4 key购买 nike

名为 __func__ 的宏的存在是 C99 的一部分,其意图很明确,但它在给定函数中扩展为标准化的确切文本吗?

最佳答案

是的。宏被定义为扩展为函数的名称。

C11,§6.4.2.2

The identifier _ func _ shall be implicitly declared by thetranslator as if immediately following the opening brace of eachfunction definition, the declaration

static const char _ func _[] = "function-name";

appeared, where function-name is the name of the lexically-enclosingfunction.

该标准将其描述为相当于具有具有确切函数名称的字符串文字。所以我认为对此没有任何其他解释。

关于c - __func__ 扩展为标准化的文本吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34597438/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com