#include <bcdefs.h>
Collaboration diagram for bc_array_node:

Data Fields | |
| union { | |
| bc_num n_num [NODE_SIZE] | |
| bc_array_node * n_down [NODE_SIZE] | |
| } | n_items |
Definition at line 107 of file bcdefs.h.
|
|
Definition at line 112 of file bcdefs.h. Referenced by get_array_num(). |
|
|
Referenced by get_array_num(). |
|
|
Definition at line 111 of file bcdefs.h. Referenced by get_array_num(). |
1.4.6