sharedFile.cxx 62 B

123456
  1. #include "sharedFile.h"
  2. int sharedFunction()
  3. {
  4. return 1;
  5. }