Cyclone Scheme  0.28.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ closcall2

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