lib3.cxx 54 B

123456
  1. #include "lib3.h"
  2. float Lib3Func()
  3. {
  4. return 2.0;
  5. }