9 lines
108 B
C++
9 lines
108 B
C++
#include "myotherlib.h"
|
|
|
|
#include "stdio.h"
|
|
|
|
void myotherlib_function()
|
|
{
|
|
printf("This is myotherlib");
|
|
}
|