C:/Users/Dennis/src/lang/Life_start/Life/life-1.02/source/template.h File Reference

Go to the source code of this file.

Defines

#define MAXNBARGS   20
#define XPART(argi, vali, numi)   if (FALSE) ;
#define include_var_builtin(NBARGS)
#define begin_builtin(FUNCNAME, NBARGS, NBARGSIN, TYPES)
#define end_builtin()

Functions

long get_arg ()

Variables

char * numbers []
long set_extra_args []


Define Documentation

#define begin_builtin ( FUNCNAME,
NBARGS,
NBARGSIN,
TYPES   ) 

Definition at line 45 of file template.h.

Referenced by c_get_raw(), and c_put_raw().

 
#define end_builtin (  ) 

Value:

} \
        } \
        else \
            Errorline ("bad arguments in %P.\n", g); \
    } \
    else \
        Errorline ("missing arguments in %P.\n", g); \
    \
    return success;

Definition at line 101 of file template.h.

Referenced by c_put_raw().

#define include_var_builtin ( NBARGS   ) 

Value:

ptr_psi_term g, args[NBARGS]; \
        long num[NBARGS]; \
        long val[NBARGS]; \
        long ii, success=TRUE, resi=FALSE

Definition at line 38 of file template.h.

Referenced by c_get_raw(), and c_put_raw().

#define MAXNBARGS   20

Definition at line 9 of file template.h.

#define XPART ( argi,
vali,
numi   )     if (FALSE) ;

Definition at line 30 of file template.h.


Function Documentation

long get_arg (  ) 


Variable Documentation

char* numbers[]

Definition at line 31 of file template.c.

long set_extra_args[]

Definition at line 36 of file template.c.


Generated on Sat Jan 26 08:48:09 2008 for WildLife by  doxygen 1.5.4