Mercurial > hg > svcore
comparison system/System.h @ 573:bdc9bb371a9f
...
author | Chris Cannam |
---|---|
date | Fri, 13 Mar 2009 17:53:43 +0000 |
parents | ca208281238b |
children | 02d9664906e8 |
comparison
equal
deleted
inserted
replaced
572:d3faa6447c5b | 573:bdc9bb371a9f |
---|---|
119 extern float modf(float x, float y); | 119 extern float modf(float x, float y); |
120 | 120 |
121 extern double princarg(double a); | 121 extern double princarg(double a); |
122 extern float princargf(float a); | 122 extern float princargf(float a); |
123 | 123 |
124 #ifdef USE_POW_NO_F | |
125 #define powf pow | |
126 #endif | |
127 | |
124 #endif /* ! _SYSTEM_H_ */ | 128 #endif /* ! _SYSTEM_H_ */ |
125 | 129 |
126 | 130 |