CWB
|
The BuiltinF object represents a built-in function. More...
#include <builtins.h>
The BuiltinF object represents a built-in function.
int* argtypes |
Address of an ordered array of argument types ("types" are ATTAT_x constants)
int id |
The id code of this function.
char* name |
The name of this function.
Referenced by find_predefined(), and print_booltree().
int nr_args |
How many arguments the function has.
int result_type |
Type of the function's result ("types" are ATTAT_x constants)