質問するログイン新規登録

回答編集履歴

1

追記

2019/03/14 18:19

投稿

toshi17922062
toshi17922062

スコア183

answer CHANGED
@@ -14,4 +14,7 @@
14
14
  int tm_yday; /* 年内の経過日数 (0から365) */
15
15
  int tm_isdst; /* 夏時間 : 0以外の値 */
16
16
  };
17
- ```
17
+ ```
18
+
19
+ あ、こっちだ。
20
+ [tm - cppreference.com](https://ja.cppreference.com/w/c/chrono/tm)