shithub: femtolisp

ref: 74761f99b3ab80b2df581c1c141d28f9681f6c3d
dir: /print.h/

View raw version
#pragma once

void fl_print(ios_t *f, value_t v);
void print_traverse(value_t v);
void fl_print_chr(char c, ios_t *f);
void fl_print_str(const char *s, ios_t *f);
void fl_print_child(ios_t *f, value_t v);