mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
MFB: Added missing PHPAPI declaration
This commit is contained in:
parent
861d8bc309
commit
26fb0b51b5
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#define PHP_MATH_H
|
||||
|
||||
PHPAPI char *_php_math_number_format(double, int, char , char);
|
||||
PHPAPI char * _php_math_longtobase(zval *arg, int base);
|
||||
|
||||
PHP_FUNCTION(sin);
|
||||
PHP_FUNCTION(cos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue