• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン2dbe2641ebc9af09bb9851af282c9e72313c67e9 (tree)
日時2019-11-15 19:24:49
作者IWAMOTO Kouichi <sue@iwmt...>
コミッターIWAMOTO Kouichi

ログメッセージ

isatty() での warning 消し

変更サマリ

差分

--- a/termlog.c
+++ b/termlog.c
@@ -11,6 +11,7 @@ char *version = "0.1";
1111 #include <stdlib.h>
1212 #include <ctype.h>
1313 #include <string.h>
14+#include <unistd.h>
1415
1516 typedef unsigned long cell;
1617