• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

練習用です。いろんなものがごちゃまぜです。


Commit MetaInfo

Revision30 (tree)
Time2015-08-25 18:13:33
Authorbellyoshi

Log Message

Change Summary

Incremental Difference

--- vs2015/edline/edline/edline.c (revision 29)
+++ vs2015/edline/edline/edline.c (revision 30)
@@ -1,3 +1,7 @@
1+/*
2+ This is Program of edline for c
3+ Copyright (c) 2015 yoshihiro watanabe
4+*/
15 #define _CRT_SECURE_NO_WARNINGS
26
37 #include <ctype.h>
@@ -406,4 +410,4 @@
406410 remove(fileName);
407411 }
408412 return result;
409-}
\ No newline at end of file
413+}