cdt/cdt_5_0_x/org.eclipse.cdt.core.tests/resources/testlib/test2.c
author Deepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 17:12:41 +0100
changeset 0 0e6d23e2b466
permissions -rw-r--r--
DP tools release version Revision: 200912

#include <stdio.h>

int test2func1(void)
{
	printf("This is a function in the second object\n");
	return(1);
}

int test2func2(void)
{
	printf("This is another function in the second object\n");
	return(2);
}