Re: Naming for mutating functions
Tom Lord <lord-1tv/[email protected]> Tue, 3 Feb 2004 07:28:00 -0800 (PST)
| Newsgroups | gmane.lisp.scheme.pika.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Andreas Rottmann <[email protected]>
> I just wondered how I should call the C equivalent of
> append!. scm_set_append came to my mind, though I don't really
> know if that's OK.
scm_append_x
-t