This website requires JavaScript.
Explore
Help
Sign In
kolan
/
dev
Watch
1
Star
0
Fork
You've already forked dev
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d1bd4a02b4
dev
/
c
/
cmake_lib
/
libmean
/
mean.h
12 lines
108 B
C
Raw
Normal View
History
Unescape
Escape
Yes! CMake and dynamic library works with Borland compiler.
2012-05-25 18:20:58 +04:00
#
if defined __cplusplus
extern
"
C
"
{
#
endif
Make headers clean
2012-05-26 12:29:12 +04:00
double
mean
(
double
,
double
)
;
Yes! CMake and dynamic library works with Borland compiler.
2012-05-25 18:20:58 +04:00
#
if defined __cplusplus
}
#
endif