diff options
author | Frank M. Kromann <fmk@php.net> | 2001-12-03 05:12:48 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-12-03 05:12:48 +0000 |
commit | 8e408647706dc5d2c9fa37bd31fade731723a3d1 (patch) | |
tree | d412f6a9385fb54cdc1f9c8f511763bb3ec6378e /ext/standard/php_math.h | |
parent | c07cf5c2a5ce32a6f371e1beb914611e85d92cd6 (diff) | |
download | php-git-8e408647706dc5d2c9fa37bd31fade731723a3d1.tar.gz |
Make _php_math_number_format available from shared extensions
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); |