{ \
int i = 0, val; \
buffer = alloca(sizeof(char) * argc); \
buffer[i] = val; \
va_start(ap, bval); \
for(i = 1; i < argc; i++) { \
tmp = va_arg(ap,
object);
\ buffer[i] = (unsigned char)val; \
} \
va_end(ap); \
bv.len = argc; \
bv.data = buffer; \
}
#define Cyc_check_num(d, obj)
Definition: runtime.h:75
void * object
Definition: types.h:29
#define _return_closcall1(td, clo, a1)
Definition: runtime.c:108
#define unbox_number(n)
Definition: runtime.h:358
#define make_empty_bytevector(v)
Definition: types.h:1062