6 lines
77 B
C
Raw Normal View History

2009-10-04 10:30:41 +03:00
extern int testLib6cxx(void);
int testLib6(void)
{
return testLib6cxx();
}