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

9 lines
93 B
C++

#include "mylib.h"
#include "stdio.h"
void mylib_function()
{
printf("This is mylib");
}