Cyclone Scheme  0.28.0

◆ mclosure0

#define mclosure0 (   c,
 
)    static closure0_type c = { .hdr.mark = gc_color_red, .hdr.grayed = 0, .tag = closure0_tag, .fn = f, .num_args = -1 }; /* TODO: need a new macro that initializes num_args */

Create a closure0 object These objects are special and can be statically allocated as an optimization