1. mixedlib.e

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 message » categorize

2. Re: mixedlib.e

Bernie wrote:

> Structures are already implemented in it.

I think we are saying the same thing. smile

Thanks!

-- David Cuny

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu