?? uninit-c.c
字號:
/* Spurious uninitialized variable warning, inspired by libgcc2.c. *//* { dg-do compile } *//* { dg-options "-O -Wuninitialized" } *//* Not all platforms support TImode integers. */#if defined(__LP64__) && !defined(__hppa__)typedef int TItype __attribute__ ((mode (TI)));#elsetypedef long TItype;#endifTItype__subvdi3 (TItype a, TItype b){ TItype w; w = a - b; return w;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -