annotate test1.txt @ 12:e200b5033233

merged
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Feb 2010 06:55:45 +0900
parents ed1feeb6be1e 268c00a68714
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
1 #include <stdio.h>
2
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
2
5
e4d862999ad1 add test
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
3 void test() {
10
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
4 printf("hey\n");
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
5 printf("hello\n");
5
e4d862999ad1 add test
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
6 return;
e4d862999ad1 add test
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
7 }
e4d862999ad1 add test
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
8
4
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
9 int main(int argc, char *argv[]) {
8
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
10 printf("test1\n");
11
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
11 printf("aaaaa");
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
12 printf("bbbb");
9
4ff444e25c2f changed:
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
13 printf("testtest\n");
11
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
14 printf("aaaa");
8
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
15 printf("test2\n");
4
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
16 return 0;
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
17 }