unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* make an element last element of a list
@ 2003-10-21 15:08 Laurent Marzullo
  2003-10-21 15:42 ` Stephen Compall
  2003-10-21 15:50 ` rm
  0 siblings, 2 replies; 5+ messages in thread
From: Laurent Marzullo @ 2003-10-21 15:08 UTC (permalink / raw)


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 <marzullo@la-defense.oilfield.slb.com>



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-22 10:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 15:08 make an element last element of a list Laurent Marzullo
2003-10-21 15:42 ` Stephen Compall
2003-10-21 15:50 ` rm
2003-10-22 10:22   ` tomas
2003-10-22 10:40     ` rm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).