lib2.cxx 54 B

123456
  1. #include "lib2.h"
  2. float Lib2Func()
  3. {
  4. return 1.0;
  5. }