cdt/cdt_5_0_x/org.eclipse.cdt.core.tests/resources/testlib/test2.c
author dadubrow
Mon, 19 Jul 2010 15:12:57 -0500
changeset 143 1137d8ac6923
parent 0 0e6d23e2b466
permissions -rw-r--r--
remove unneeded plugin

#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);
}