hi,<br>  It works for me. Thank you very much!<br><br><div class="gmail_quote">On Thu, Mar 25, 2010 at 11:25 AM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thu, 25 Mar 2010 07:27:46 +0800<br>
yami <<a href="mailto:yamisoe@gmail.com">yamisoe@gmail.com</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> How can I convert a string from lisp to a c string, so that I can use it in<br>
> C?<br>
> It seems a FAQ question, but I can not find the answer...<br>
<br>
</div>What I've been using so far here is the method used by the FFI for :CSTRING<br>
<br>
char *<br>
cl_string_to_cstring(cl_object str)<br>
{<br>
<br>
        return ecl_base_string_pointer_safe(<br>
            si_copy_to_simple_base_string(str));<br>
}<br>
<font color="#888888"><br>
--<br>
Matt<br>
</font><div><div></div><div class="h5"><br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</div></div></blockquote></div><br>