2007-09-20 18:09:08 -04:00
|
|
|
void *safe_malloc(size_t size);
|
|
|
|
F_CHAR *safe_strdup(const F_CHAR *str);
|
2008-11-18 19:21:42 -05:00
|
|
|
|
|
|
|
void nl(void);
|
|
|
|
void print_string(const char *str);
|
|
|
|
void print_cell(CELL x);
|
|
|
|
void print_cell_hex(CELL x);
|
|
|
|
void print_cell_hex_pad(CELL x);
|
|
|
|
void print_fixnum(F_FIXNUM x);
|
|
|
|
CELL read_cell_hex(void);
|