#include <stree_t.h>
Data Fields | |
| stree_ident_t * | name |
| Function name. | |
| stree_proc_t * | proc |
| Function implementation. | |
| stree_fun_sig_t * | sig |
| Signature (arguments and return type). | |
| stree_symbol * | symbol |
| Symbol. | |
| tdata_item * | titem |
| Type item describing the function. | |
Definition at line 628 of file stree_t.h.
1.4.7