?? no-y2k-1.c
字號:
/* Test for warnings for Y2K problems not being on by default. *//* Origin: Joseph Myers <jsm28@cam.ac.uk> *//* { dg-do compile } *//* { dg-options "-std=gnu99 -Wformat" } */#include "format.h"voidfoo (char *s, size_t m, const struct tm *tp){ strftime (s, m, "%y%c%x", tp);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -