|
Retro Rocket Kernel
BASIC-Powered Operating System
|
Procedure or function definition Each has a name, a type, a starting line and a parameter list. More...
#include <basic.h>
Collaboration diagram for ub_proc_fn_def:Data Fields | |
| const char * | name |
| ub_fn_type | type |
| int64_t | line |
| struct ub_param * | params |
| struct ub_proc_fn_def * | next |
Procedure or function definition Each has a name, a type, a starting line and a parameter list.
| int64_t ub_proc_fn_def::line |
| const char* ub_proc_fn_def::name |
| struct ub_proc_fn_def* ub_proc_fn_def::next |
| struct ub_param* ub_proc_fn_def::params |
| ub_fn_type ub_proc_fn_def::type |