shared2.cpp 84 B

12345678
  1. #include "shared2.h"
  2. #include "stdio.h"
  3. void shared2()
  4. {
  5. printf("shared2\n");
  6. }