mixedlib.e

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu