mixedlib.e
- Posted by John Spikowski <support at s?riptb?sic.org> Feb 01, 2008
- 416 views
I would like to thank Bernard W. Ryan for his mixedlib.e library. I was going nuts trying to convert a C string pointer to a Euphoria sequesnce. global function str2seq( pointer str ) -- -- Convert a ansi "C" type string to a Euphoria sequence -- return peek( {str, strlen(str)} ) -- end function -- end of str2seq function John