OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / test / elf_analyze_test / test / test / test.c
1 /***********************************************************************/
2 /*                                                                     */
3 /*  FILE        :test.c                                                */
4 /*  DATE        :Sat, Feb 23, 2013                                     */
5 /*  DESCRIPTION :Main Program                                          */
6 /*  CPU TYPE    :H8/3069R                                              */
7 /*                                                                     */
8 /*  This file is generated by Renesas Project Generator (Ver.4.16).    */
9 /*                                                                     */
10 /***********************************************************************/
11
12 #include "3069f_sci.h"
13
14 void main(void);
15 #ifdef __cplusplus
16 extern "C" {
17 void abort(void);
18 }
19 #endif
20
21 const char test_const_data[8] = "aiueo";
22 static char test_data_data = 1;
23 char test_bss_data;
24
25 void func()
26 {
27         char test[32];
28 }
29
30 void main(void)
31 {
32         func();
33
34         sci_init(SCI_NO_1, BitRate_type_br9600);
35         sci_write_str(SCI_NO_1, "Hello!! from elf file!!\n");
36 }
37
38 #ifdef __cplusplus
39 void abort(void)
40 {
41
42 }
43 #endif