summaryrefslogtreecommitdiffstats
path: root/while1.c
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-12-04 21:32:57 +0800
committerLAN-TW <lantw44@gmail.com>2013-12-04 21:32:57 +0800
commit209234c1e607ee307cfa9b776d487df40e1d0290 (patch)
treeaca81746f263d8e1f00a9b01f973795c967d18b8 /while1.c
parent6b105d56d80b0fbef5f9108f7c0063574febc4a9 (diff)
downloadyotos-master.tar
yotos-master.tar.gz
yotos-master.tar.bz2
yotos-master.tar.lz
yotos-master.tar.xz
yotos-master.tar.zst
yotos-master.zip
將所有 CRLF 替換成 LF (Unix 文字檔格式)HEADmaster
Diffstat (limited to 'while1.c')
-rw-r--r--while1.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/while1.c b/while1.c
index dd94328..69c704f 100644
--- a/while1.c
+++ b/while1.c
@@ -1,7 +1,7 @@
-#include <yotlibc.h>
-int main()
-{
- putstr("i am stupid");
- while(1);
- return 0xF00D;
-}
+#include <yotlibc.h>
+int main()
+{
+ putstr("i am stupid");
+ while(1);
+ return 0xF00D;
+}