lib4.cxx 55 B

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