Raw File
mylib.cpp
#include "mylib.h"
#include "stdio.h"

void mylib_function()
{
  printf("This is mylib");
}
back to top