diff options
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index beef7dd160..07160c274d 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -21,6 +21,9 @@ #ifndef PHP_MATH_H #define PHP_MATH_H + +PHPAPI char *_php_math_number_format(double, int, char , char); + PHP_FUNCTION(sin); PHP_FUNCTION(cos); PHP_FUNCTION(tan); |