📄 inline-23.c
字号:
/* { dg-do compile } *//* { dg-options "-std=gnu89" } *//* Make sure we can inline a varargs function whose variable arguments are not used. See PR32493. */#include <stddef.h>static inline __attribute__((always_inline)) void __check_printsym_format(constchar *fmt, ...){}static inline __attribute__((always_inline)) void print_symbol(const char *fmt,ptrdiff_t addr){ __check_printsym_format(fmt, "");}void do_initcalls(void **call){ print_symbol(": %s()", (ptrdiff_t) *call);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -