[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SCM to C string
From: |
Viktor Pavlenko |
Subject: |
Re: SCM to C string |
Date: |
Thu, 20 Jun 2002 18:09:44 -0400 |
>>>>> "CC" == Christopher Cramer <address@hidden> writes:
CC> On Thu, Jun 20, 2002 at 04:39:21PM -0400, Viktor Pavlenko wrote:
>> For instance I'd like convert SCM object which contains '("a"
>> 1) into C string "(\"a\" 1)".
CC> [...]
CC> SCM s_str = scm_object_to_string(object, SCM_UNDEFINED);
Ah, this is what I missed! Thanks!
Viktor