diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -508,7 +508,9 @@ loc tail(val cons); loc term(loc head); loc lastcons(val list); val last(val list); +val nthlast(val pos, val list); val nthcdr(val pos, val list); +val butlastn(val n, val list); loc ltail(loc cons); val pop(val *plist); val upop(val *plist, val *pundo); |