Changeset 2813 for branches/libc-0.6/src/emx/include
- Timestamp:
- Sep 10, 2006, 1:36:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/math.h
r2150 r2813 490 490 long double truncl(long double); 491 491 492 /* bird: these were missing, gcc apparently inlines them.*/492 /* bird: start */ 493 493 double nan(const char *); 494 494 float nanf(const char *); 495 long double nanl(const char *); 496 /* bird: end */ 495 497 496 498 #endif /* __ISO_C_VISIBLE >= 1999 */
Note:
See TracChangeset
for help on using the changeset viewer.