guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make an element last element of a list


From: Laurent Marzullo
Subject: make an element last element of a list
Date: Tue, 21 Oct 2003 17:08:42 +0200

Hello all,

I've got a scheme list 

SCM     scm_game_list;

and I want to add, with C API, an elements at the end of
the list.

Is there any function to do this or must I go throw the entire
list and adding a new scm_cons( new_elem , SCM_EOL ) at the end ?

Thanks
-- 
Laurent Marzullo <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]