forked from libcheck/check
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add definitions for isnan, isinf and isfinite, in case they are missing
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This may be good to add to libcompat.h instead. That header deals with defines which may be missing on some platforms, as well as alternative implementations of some methods if they are not available.