diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2014-05-15 22:50:37 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2014-05-15 22:50:37 +0300 |
| commit | a2ed9c63f26f5cd767ac6c1d4073cdaa08a168b4 (patch) | |
| tree | 61402635148a26c8ab8a2fd51c0811dc258429a1 /atom.h | |
| parent | e23d0ee6eec1433849e4af1f3906a0946a19aef4 (diff) | |
| download | lispish-a2ed9c63f26f5cd767ac6c1d4073cdaa08a168b4.tar.gz lispish-a2ed9c63f26f5cd767ac6c1d4073cdaa08a168b4.zip | |
add atom_clone()
Diffstat (limited to 'atom.h')
| -rw-r--r-- | atom.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
