More protos.

This commit is contained in:
Egon Schmid 2000-02-22 15:48:43 +00:00
parent 3b74bbe999
commit e06c2021c9
4 changed files with 11 additions and 11 deletions

View file

@ -107,7 +107,7 @@ PHP_FUNCTION(bcadd)
/* }}} */
/* {{{ proto string bcsub(string left_operand, string right_operand [, int scale])
Returns the difference between two arbitrary precision numbers (subtration) */
Returns the difference between two arbitrary precision numbers */
PHP_FUNCTION(bcsub)
{
pval **left, **right,**scale_param;