Diff for /gforth/doc/gforth.ds between versions 1.150 and 1.151

version 1.150, 2006/02/21 21:35:46 version 1.151, 2006/03/11 22:51:59
Line 11679  structs, unions, and their fields. Line 11679  structs, unions, and their fields.
 * Callbacks::                     * Callbacks::                   
 @end menu  @end menu
   
 @node Calling C Functions,  , C Interface, C Interface  @node Calling C Functions, Declaring C Functions, C Interface, C Interface
 @subsection Calling C functions  @subsection Calling C functions
   
 Once a C function is declared (see @pxref{Declaring C functions}), you  Once a C function is declared (see @pxref{Declaring C Functions}), you
 can call it as follows: You push the arguments on the stack(s), and  can call it as follows: You push the arguments on the stack(s), and
 then call the word for the C function.  The arguments have to be  then call the word for the C function.  The arguments have to be
 pushed in the same order as the arguments appear in the C  pushed in the same order as the arguments appear in the C
Line 11746  Calling functions with a variable number Line 11746  Calling functions with a variable number
 function-calling word for each argument pattern, and calling the  function-calling word for each argument pattern, and calling the
 appropriate word for the desired pattern.  appropriate word for the desired pattern.
   
 @node Declaring C Functions, , Calling C Functions, C Interface  @node Declaring C Functions, Callbacks, Calling C Functions, C Interface
 @subsection Declaring C Functions  @subsection Declaring C Functions
   
 Before you can call @code{lseek} or @code{dlseek}, you have to declare  Before you can call @code{lseek} or @code{dlseek}, you have to declare

Removed from v.1.150  
changed lines
  Added in v.1.151


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>