gpt4 book ai didi

c - 这些 C 宏 (protos, #x?, __unused) 的含义是什么?

转载 作者:太空狗 更新时间:2023-10-29 15:14:01 25 4
gpt4 key购买 nike

<分区>

#if defined(__STDC__) || defined(__cplusplus)
#define __P(protos) protos /* full-blown ANSI C */
#define __CONCAT(x,y) x ## y
#define __STRING(x) #x


#define __unused __attribute__((__unused__))
#define __dead2 __attribute__((__noreturn__))
#define __pure2 __attribute__((__const__))
  1. 什么是protos?它在哪里定义?
  2. 什么是#x
  3. __unused__ 已经存在时,为什么还需要 __unused
  4. __const____noreturn____unused__ 在哪里定义?

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