<div dir="ltr">Use <a href="http://clhs.lisp.se/Body/f_wr_to_.htm">http://clhs.lisp.se/Body/f_wr_to_.htm</a> and get the text from the string. </div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 25, 2013 at 5:59 PM, Alfred Steffens Jr <span dir="ltr"><<a href="mailto:apsteffe@netwood.net" target="_blank">apsteffe@netwood.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I want to print the result of an eval to a C string buffer:<br>
<br>
void eval_command (char *command_string)<br>
{<br>
        char buffer[128];<br>
        cl_object form, result;<br>
<br>
        form = c_string_to_object(command_string);<br>
<br>
        result = cl_safe_eval(form, Cnil, Cnil);<br>
<br>
        /*<br>
            Instead of using  princ(1,result) to stdout, I want a<br>
princ() into buffer[].<br>
        */<br>
}<br>
<br>
<br>
Al<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Master Visual Studio, SharePoint, SQL, <a href="http://ASP.NET" target="_blank">ASP.NET</a>, C# 2012, HTML5, CSS,<br>
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current<br>
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft<br>
MVPs and experts. ON SALE this month only -- learn more at:<br>
<a href="http://p.sf.net/sfu/learnnow-d2d" target="_blank">http://p.sf.net/sfu/learnnow-d2d</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>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a>
</div>