2024-07-09 14:46:46 +02:00

9 lines
108 B
C++

#include "myotherlib.h"
#include "stdio.h"
void myotherlib_function()
{
printf("This is myotherlib");
}