mylib.cpp 92 B

1234567
  1. #include "mylib.h"
  2. #include "stdio.h"
  3. void mylib_function()
  4. {
  5. printf("This is mylib");
  6. }