blob: 7b26241b059153105c1bb824e74e16152df9cee4 [file] [log] [blame]
#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);
}