Cyclone Scheme
0.28.0
|
◆ closcall1
Value:
if (obj_is_not_closure(clo)) { \
Cyc_apply(td, clo, 1, buf ); \
} else { \
((clo)->fn)(td, clo, 1, buf); \
;\
}
Cyclone Scheme https://github.com/justinethier/cyclone Copyright (c) 2014-2016, Justin Ethier All rights reserved. This file contains platform-specific code for memory streams. |