8 lines
56 B
C
8 lines
56 B
C
|
|
extern void lib2(void);
|
|
|
|
void lib1(void)
|
|
{
|
|
lib2();
|
|
}
|