#include <stdlib.h>#include <string.h>#include "func.h"#include "strutil.h"Defines | |
| #define | MAX_PARAMS 10 |
Functions | |
| int | func_howmany () |
| void | func_init (FUNCTION *funtable, int size) |
| void | func_close () |
| int(*)(void) | func_get (char *name, int *numparams) |
| int | func_get_index (char *name) |
| int(*)(void) | func_nget (int func_number, int *numparams, char **name) |
| void | func_set_param (int n, int value) |
| int | func_get_param (int n) |
Variables | |
| static FUNCTION * | func_table = NULL |
| static int | func_size = 0 |
| static int | initialized = 0 |
| static int | func_params [MAX_PARAMS] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6