This website requires JavaScript.
Explore
Help
Sign in
Fcalva
/
OpenLibm
Watch
1
Star
0
Fork
You've already forked OpenLibm
0
mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced
2025-01-01 06:23:39 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
388f0f1d32
OpenLibm
/
src
/
common.c
6 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
add DLLEXPORT to files in src and `int isopenlibm() = 1` function"
2013-08-03 11:15:47 +02:00
#
include
"math_private.h"
Add missing void keyword to keep -Wold-style-definition happy.
2015-01-11 23:01:49 +01:00
DLLEXPORT
int
isopenlibm
(
void
)
{
add DLLEXPORT to files in src and `int isopenlibm() = 1` function"
2013-08-03 11:15:47 +02:00
return
1
;
}
Reference in a new issue
Copy permalink