Changeset 791 for trunk/src/emx/include/math.h
- Timestamp:
- Oct 2, 2003, 3:21:33 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/math.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r790 r791 140 140 double atof (__const__ char *); 141 141 142 #if !defined (_ABS) /* see also stdlib.h */ 143 #define _ABS 142 #if !defined (_ABS_DECLARED) && !defined(_LABS_DECLARED) /* see also stdlib.h */ 143 #define _ABS_DECLARED 144 #define _LABS_DECLARED 144 145 #if !defined (__GNUC__) || __GNUC__ >= 2 145 146 extern int abs (int); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.