![]() |
Cyclone Scheme
0.20
|
◆ assign_complex_num
Value:
((complex_num_type *)pobj)->hdr.mark = gc_color_red; \ ((complex_num_type *)pobj)->hdr.grayed = 0; \ ((complex_num_type *)pobj)->tag = complex_num_tag; \ complex_num_value(pobj) = v; Definition: types.h:70 Assign given complex value to the given complex number object pointer |