Re: Help reading and displaying
- Posted by Bernie <xotron at PCOM.NET> Dec 08, 2000
- 516 views
On Fri, 8 Dec 2000 01:28:34 -0000, George Henry <ghenryca at HOTMAIL.COM> wrote: >(Perhaps masochistically) for parsing I like a couple of functions I cooked >up a long time ago, based on some C standard library routines. My original C >functoins were called strskip and strskipn. Here are Euphoria versions, plus In case you are interested, my mixedlib.e in the archive supports all the standard "C" string functions including strtok. This library is writen in assembler and euphoria. Bernie