lib4.cxx 54 B

123456
  1. #include "lib4.h"
  2. float Lib4Func()
  3. {
  4. return 4.0;
  5. }