Retro Rocket Kernel
BASIC-Powered Operating System
ub_proc_fn_def Struct Reference

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_paramparams
 
struct ub_proc_fn_defnext
 

Detailed Description

Procedure or function definition Each has a name, a type, a starting line and a parameter list.

Field Documentation

◆ line

int64_t ub_proc_fn_def::line

◆ name

const char* ub_proc_fn_def::name

◆ next

struct ub_proc_fn_def* ub_proc_fn_def::next

◆ params

struct ub_param* ub_proc_fn_def::params

◆ type

ub_fn_type ub_proc_fn_def::type