7 lines
54 B
C++
Raw Normal View History

2004-02-01 12:53:28 -05:00
#include "lib3.h"
float Lib3Func()
{
return 2.0;
}