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-06 08:53:40 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9fdc4f9d9e
OpenLibm
/
src
/
s_signgam.c
6 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Use more uniform style of including headers. Put external headers before internal ones. While there, replace a lot of occurences of "openlibm.h" with <openlibm.h>. It should be thought of as an external header, as it is installed along with the library.
2015-01-09 14:24:24 +01:00
#
include
<openlibm.h>
Initialize repo. FreeBSD 8.2 msun code + some tweaks
2011-08-12 21:01:25 +02:00
#
include
"math_private.h"
Use more uniform style of including headers. Put external headers before internal ones. While there, replace a lot of occurences of "openlibm.h" with <openlibm.h>. It should be thought of as an external header, as it is installed along with the library.
2015-01-09 14:24:24 +01:00
Initialize repo. FreeBSD 8.2 msun code + some tweaks
2011-08-12 21:01:25 +02:00
int
signgam
=
0
;
Reference in a new issue
Copy permalink