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

📄 intmax_t-1.c

📁 linux下编程用 编译软件
💻 C
字号:
/* { dg-do compile } *//* { dg-options "-Wall" } *//* { dg-error "" "" { target *-*-solaris2.5.1 mips*-*-elf* *arm*-*-*elf* xscale*-*-elf* xtensa-*-elf* } 0 } *//* Compile with -Wall to get a warning if built-in and system intmax_t don't   match.  */#include <inttypes.h>__INTMAX_TYPE__ __im_t__;__UINTMAX_TYPE__ __uim_t__;intmax_t *im_t_p;uintmax_t *uim_t_p;voidimt (void){  im_t_p = &__im_t__;}voiduimt (void){  uim_t_p = &__uim_t__;}

⌨️ 快捷键说明

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