⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c99-tgmath-4.c

📁 用于进行gcc测试
💻 C
字号:
/* Test for <tgmath.h> in C99. *//* Origin: Matt Austern <austern@apple.com>/* { dg-do compile { target c99_runtime } } *//* { dg-options "-std=iso9899:1999" } *//* { dg-add-options c99_runtime } *//* Test that invoking type-generic pow on complex float invokes cpowf. */#include <tgmath.h>complex double foo(complex float x, float y){  return pow(x, y);}/* { dg-final { scan-assembler "cpowf" } } */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -