cdt/cdt_5_0_x/org.eclipse.cdt.core.tests/resources/testlib/test2.c
changeset 0 0e6d23e2b466
equal deleted inserted replaced
-1:000000000000 0:0e6d23e2b466
       
     1 #include <stdio.h>
       
     2 
       
     3 int test2func1(void)
       
     4 {
       
     5 	printf("This is a function in the second object\n");
       
     6 	return(1);
       
     7 }
       
     8 
       
     9 int test2func2(void)
       
    10 {
       
    11 	printf("This is another function in the second object\n");
       
    12 	return(2);
       
    13 }