writer.h 164 B

12345
  1. #include "minilisp.h"
  2. char* lisp_write(Cell* cell, char* buffer, int bufsize);
  3. Cell* lisp_write_to_cell(Cell* cell, Cell* buffer_cell);
  4. char* tag_to_str(int tag);