From a2ed9c63f26f5cd767ac6c1d4073cdaa08a168b4 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 15 May 2014 22:50:37 +0300 Subject: add atom_clone() --- atom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'atom.h') diff --git a/atom.h b/atom.h index 62e3276..62f567a 100644 --- a/atom.h +++ b/atom.h @@ -54,6 +54,7 @@ struct atom *atom_new_int(long l); struct atom *atom_new_str(const char *str, int len); struct atom *atom_new_sym(const char *sym, int len); struct atom *atom_new_list(struct list *list); +struct atom *atom_clone(); extern struct atom true_atom; extern struct atom false_atom; -- cgit v1.2.3