Cyclone Scheme  0.28.0

◆ closcall1

#define closcall1 (   td,
  clo,
  buf 
)
Value:
if (obj_is_not_closure(clo)) { \
Cyc_apply(td, clo, 1, buf ); \
} else { \
((clo)->fn)(td, clo, 1, buf); \
;\
}
obj_is_not_closure
#define obj_is_not_closure(obj)
Definition: types.h:79