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