From 273589b4dbf45dc573b68baa3e5dc9c954982cd5 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Sun, 18 May 2014 10:54:17 +0300 Subject: add atom_list_append() and atom_list_length() --- atom.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atom.h') diff --git a/atom.h b/atom.h index 251eb3a..f620af4 100644 --- a/atom.h +++ b/atom.h @@ -63,6 +63,9 @@ struct atom *atom_clone(); void print_atom(struct atom *atom, int level); +struct atom *atom_list_append(struct atom *list, int count, ...); +int atom_list_length(struct atom *list); + extern struct atom true_atom; extern struct atom false_atom; extern struct atom nil_atom; -- cgit v1.2.3