Oh, okay. I wasn't sure if such commands filtered through to the console. Thanks, Lee
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Cannasse Sent: 18 July 2006 13:39 To: Neko intermediate language mailing list Subject: Re: [Neko] CFFI Output > Hi Nicolas, > > > > Is there a way to log to the console via my C modules, much like > 'failure', but without it breaking? > > > > Regards, > > Lee You can use C printf that print to the standard output or val_print that will print a value to the NekoVM output (by default stdout as well). Nicolas -- Neko : One VM to run them all (http://nekovm.org) -- Neko : One VM to run them all (http://nekovm.org)
