7 lines
67 B
C
7 lines
67 B
C
#include <mylib/mylib.h>
|
|
|
|
void myconsuminglib(void)
|
|
{
|
|
mylib();
|
|
}
|