6 lines
77 B
C
6 lines
77 B
C
|
extern int testLib6cxx(void);
|
||
|
int testLib6(void)
|
||
|
{
|
||
|
return testLib6cxx();
|
||
|
}
|