Ignore:
Timestamp:
Sep 10, 2006, 1:36:37 AM (19 years ago)
Author:
bird
Message:

Implemented nan(), nanl(), and nanf(). Fixes #125.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/math.h

    r2150 r2813  
    490490long double     truncl(long double);
    491491
    492 /* bird: these were missing, gcc apparently inlines them. */
     492/* bird: start */
    493493double          nan(const char *);
    494494float           nanf(const char *);
     495long double     nanl(const char *);
     496/* bird: end */
    495497
    496498#endif /* __ISO_C_VISIBLE >= 1999 */
Note: See TracChangeset for help on using the changeset viewer.