9 lines
108 B
C++
Raw Normal View History

2024-07-09 14:46:46 +02:00
#include "myotherlib.h"
#include "stdio.h"
void myotherlib_function()
{
printf("This is myotherlib");
}