[ create a new paste ] login | about

Link: http://codepad.org/UD2B8j2R    [ raw code | output | fork ]

C, pasted on Jul 22:
1
2
3
4
5
6
7
8
9
struct ADR_DATA
{
 int code;
 char name[20];
 char seibetsu;
 char address[100];
 char tel[12];
}
data = {35, "Nakashima", 0, "Hyogo-ken Himeji-shi", "0792999999"};


Output:
1
2
In function `_start':
undefined reference to `main'


Create a new paste based on this one


Comments: