7 lines
68 B
C
7 lines
68 B
C
int testLib10(void);
|
|
|
|
int testLib11(void)
|
|
{
|
|
return testLib10();
|
|
}
|