OSDN Git Service

linker script rename -> .lds
[hos/hos-v4a.git] / sample / h8 / h83069 / main.c
1 /** 
2  *  Sample program for Hyper Operating System V4 Advance
3  *
4  * @file  main.c
5  * @brief %jp{メイン関数}%en{main}
6  *
7  * Copyright (C) 1998-2006 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #include "kernel.h"
13
14
15
16 /** %jp{メイン関数} */
17 int main()
18 {
19         /* %jp{カーネルの動作開始} */
20         vsta_knl();
21         
22         return 0;
23 }
24
25
26
27 /* end of file */