練習用です。いろんなものがごちゃまぜです。
| @@ -1,3 +1,7 @@ | ||
| 1 | +/* | |
| 2 | + This is Program of edline for c | |
| 3 | + Copyright (c) 2015 yoshihiro watanabe | |
| 4 | +*/ | |
| 1 | 5 | #define _CRT_SECURE_NO_WARNINGS |
| 2 | 6 | |
| 3 | 7 | #include <ctype.h> |
| @@ -406,4 +410,4 @@ | ||
| 406 | 410 | remove(fileName); |
| 407 | 411 | } |
| 408 | 412 | return result; |
| 409 | -} | |
| \ No newline at end of file | ||
| 413 | +} |