1. mixedlib.e
- Posted by John Spikowski <support at s?riptb?sic.org> Feb 01, 2008
- 611 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
2. Re: mixedlib.e
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Oct 26, 2000
- 638 views
Bernie wrote: > Structures are already implemented in it. I think we are saying the same thing.Thanks! -- David Cuny
Thanks!
-- David Cuny

