Subversion Repositories Kolibri OS

Rev

Rev 647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 6424
Line 1... Line 1...
1
/* Copyright (C) 1999 DJ Delorie, see COPYING.DJ for details */
1
/* Copyright (C) 1999 DJ Delorie, see COPYING.DJ for details */
2
/* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
2
/* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
3
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
3
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
extern int stdcall integer(float number);
5
//extern int stdcall integer(float number);
6
 
6
 
7
extern double   acos(double _x);
7
extern double   acos(double _x);
8
extern double   asin(double _x);
8
extern double   asin(double _x);
Line 161... Line 161...
161
extern float expm1f(float);
161
extern float expm1f(float);
162
extern float log1pf(float);
162
extern float log1pf(float);
163
extern float gammaf_r(float, int *);
163
extern float gammaf_r(float, int *);
164
extern float lgammaf_r(float, int *);
164
extern float lgammaf_r(float, int *);
Line -... Line 165...
-
 
165
 
-
 
166
double round  (double x);
-
 
167
long double roundl  (long double x);
-
 
168
 
-
 
169
 
165
 
170
 
166
//#endif /* !_POSIX_SOURCE */
171
//#endif /* !_POSIX_SOURCE */
167
//#endif /* !__STRICT_ANSI__ */
172
//#endif /* !__STRICT_ANSI__ */
Line 168... Line 173...
168
//#endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
173
//#endif /* !__dj_ENFORCE_ANSI_FREESTANDING */