Mercurial > hg > octave-nkf
comparison src/ov-usr-fcn.cc @ 3745:509f8aac6eb7
[project @ 2000-11-30 00:34:40 by jwe]
author | jwe |
---|---|
date | Thu, 30 Nov 2000 00:34:40 +0000 |
parents | 35daf9714b9a |
children | b747adc02286 |
comparison
equal
deleted
inserted
replaced
3744:b0588fc1f3ca | 3745:509f8aac6eb7 |
---|---|
487 } | 487 } |
488 | 488 |
489 DEFUNX ("va_arg", Fva_arg, args, , | 489 DEFUNX ("va_arg", Fva_arg, args, , |
490 "-*- texinfo -*-\n\ | 490 "-*- texinfo -*-\n\ |
491 @deftypefn {Built-in Function} {} va_arg ()\n\ | 491 @deftypefn {Built-in Function} {} va_arg ()\n\ |
492 Return the value of hte next available argument and move the internal\n\ | 492 Return the value of the next available argument and move the internal\n\ |
493 pointer to the next argument. It is an error to call @code{va_arg}\n\ | 493 pointer to the next argument. It is an error to call @code{va_arg}\n\ |
494 when ther eare no more arguments available, or in a function that\n\ | 494 when ther eare no more arguments available, or in a function that\n\ |
495 has not been declared to take a variable number of parameters.\n\ | 495 has not been declared to take a variable number of parameters.\n\ |
496 @end deftypefn") | 496 @end deftypefn") |
497 { | 497 { |